Car structure (tCarElt). More...
#include <car.h>

Public Attributes | |
| int | index |
| car index More... | |
| tInitCar | info |
| public More... | |
| tPublicCar | pub |
| public More... | |
| tCarRaceInfo | race |
| public More... | |
| tPrivCar | priv |
| private More... | |
| tCarCtrl | ctrl |
| private More... | |
| tCarPitCmd | pitcmd |
| private More... | |
| struct RobotItf * | robot |
| private More... | |
| struct CarElt * | next |
Car structure (tCarElt).
This is the main car structure, used everywhere in the code.
| tCarPitCmd CarElt::pitcmd |
| tPublicCar CarElt::pub |
| tCarRaceInfo CarElt::race |