This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | RoadDataPoint |
| Structure for packaging a single road point. More... | |
| struct | RoadDataStruct |
| Structure for packaging road data for transport. More... | |
| struct | RoadShmemStruct |
| Structure for packaging road data for transport via shared memory. More... | |
Defines | |
| #define | ROAD_DATA_FMT "{int, < {double, double, float } : 1>}" |
| Defines marshalling format for RoadDataStruct. | |
| #define | ROAD_SHMEM_FMT "{int, int, " ROAD_DATA_FMT " }" |
| Defines marshalling format for RoadShmemStruct. | |
| #define | ROAD_SHMEM_NAME "RoadData" |
| Define the default Road shared memory name. | |
Definition in file RoadStructs.h.
1.3.8