auto_bus/include/bus.h

23 lines
331 B
C
Raw Normal View History

#ifndef AUTO_PILOT_BUS_BUS_H
#define AUTO_PILOT_BUS_BUS_H
#include "rail.h"
struct {
/**
*
*/
rail_node_t* rail_node_pos;
/**
*
*/
int distance;
} bus;
/**
*
*/
typedef struct bus bus_t;
#endif //AUTO_PILOT_BUS_BUS_H