This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | VehPoseDataStruct |
Structure for packaging vehicle pose data for transport. More... | |
struct | VehPoseShmemStruct |
Structure for packaging road data for transport via shared memory. More... | |
Defines | |
#define | VEH_POSE_DATA_FMT "{double, double, float, [float:4]}" |
Defines marshalling format for VehPoseDataStruct. | |
#define | VEH_POSE_SHMEM_FMT "{int, int, " VEH_POSE_DATA_FMT " }" |
Defines marshalling format for VehPoseShmemStruct. | |
#define | VEH_POSE_SHMEM_NAME "VehPoseData" |
Define the default VehPose shared memory name. |
Definition in file VehPoseStructs.h.