Files | |
| file | LoggerRoadDest.cc |
| Implements the LoggerRoadDest interface instance. | |
| file | RoadDest.h |
| API header file for for the RoadDest reconfigurable interface example. | |
| file | RoadLogger.cc |
| Implements the RoadLogger class. | |
| file | RoadLogger.h |
| Defines the RoadLogger class. | |
| file | RoadStructs.h |
| Defines the structures for the road interface. | |
| file | ShmemRoadDest.cc |
| Implements the ShmemRoadDest interface instance. | |
| file | FakeRoadSource.cc |
| Impements the FakeRoadSource interface instance. | |
| file | OutputRoadSource.cc |
| Implements the OutputRoadSource interface instance. | |
| file | PlayerRoadSource.cc |
| Implements the PlayerRoadSource interface instance. | |
| file | RoadPlayer.cc |
| Implements the RoadPlayer class. | |
| file | RoadPlayer.h |
| Defines the RoadPlayer class. | |
| file | RoadSource.h |
| API header file for for the RoadSource reconfigurable interface example. | |
| file | ShmemRoadSource.cc |
| Implements the ShmemRoadSource class. | |
| file | VehPosePlayer.h |
| Defines the RoadPlayer class. | |
Classes | |
| class | RoadLogger |
| Standalone class for logging road information. More... | |
| 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... | |
| class | RoadPlayer |
| Standalone class for playing road information. More... | |
| class | RoadDest |
| The RoadDest interface example. More... | |
| class | RoadSource |
| The RoadSource interface example. 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. | |
1.3.8