#include <ObstacleDetectionEventSerializer.h>
Collaboration diagram for carla::sensor::s11n::ObstacleDetectionEventSerializer::Data:Public Attributes | |
| float | distance |
| rpc::Actor | other_actor |
| rpc::Actor | self_actor |
Definition at line 26 of file ObstacleDetectionEventSerializer.h.
| float carla::sensor::s11n::ObstacleDetectionEventSerializer::Data::distance |
Definition at line 32 of file ObstacleDetectionEventSerializer.h.
| rpc::Actor carla::sensor::s11n::ObstacleDetectionEventSerializer::Data::other_actor |
Definition at line 30 of file ObstacleDetectionEventSerializer.h.
Referenced by carla::sensor::s11n::ObstacleDetectionEventSerializer::Serialize().
| rpc::Actor carla::sensor::s11n::ObstacleDetectionEventSerializer::Data::self_actor |
Definition at line 28 of file ObstacleDetectionEventSerializer.h.
Referenced by carla::sensor::s11n::ObstacleDetectionEventSerializer::Serialize().
1.8.13