#include <ObstacleDetectionEvent.h>
类 carla::sensor::data::ObstacleDetectionEvent 继承关系图:
carla::sensor::data::ObstacleDetectionEvent 的协作图:Public 成员函数 | |
| SharedPtr< client::Actor > | GetActor () const |
| float | GetDistance () const |
| SharedPtr< client::Actor > | GetOtherActor () const |
Public 成员函数 继承自 carla::sensor::SensorData | |
| size_t | GetFrame () const |
| 获取数据生成时的帧计数 更多... | |
| const rpc::Transform & | GetSensorTransform () const |
| 获取数据生成时的传感器变换 更多... | |
| double | GetTimestamp () const |
| 获取数据生成时的仿真时间 更多... | |
| virtual | ~SensorData ()=default |
Protected 类型 | |
| using | Serializer = s11n::ObstacleDetectionEventSerializer |
Protected 成员函数 | |
| ObstacleDetectionEvent (const RawData &data) | |
Protected 成员函数 继承自 carla::sensor::SensorData | |
| const auto & | GetEpisode () const |
| SensorData (const RawData &data) | |
| SensorData (size_t frame, double timestamp, const rpc::Transform &sensor_transform) | |
Protected 属性 | |
| friend | Serializer |
Private 类型 | |
| using | Super = SensorData |
Private 属性 | |
| float | _distance |
| client::detail::ActorVariant | _other_actor |
| client::detail::ActorVariant | _self_actor |
在文件 ObstacleDetectionEvent.h 第 20 行定义.
|
protected |
在文件 ObstacleDetectionEvent.h 第 24 行定义.
|
private |
在文件 ObstacleDetectionEvent.h 第 21 行定义.
|
inlineexplicitprotected |
在文件 ObstacleDetectionEvent.h 第 28 行定义.
引用了 _distance, _other_actor, _self_actor , 以及 carla::sensor::s11n::ObstacleDetectionEventSerializer::DeserializeRawData().
函数调用图:
|
inline |
在文件 ObstacleDetectionEvent.h 第 41 行定义.
引用了 _self_actor, carla::client::detail::ActorVariant::Get() , 以及 carla::sensor::SensorData::GetEpisode().
函数调用图:
|
inline |
在文件 ObstacleDetectionEvent.h 第 51 行定义.
引用了 _distance.
|
inline |
在文件 ObstacleDetectionEvent.h 第 46 行定义.
引用了 _other_actor, carla::client::detail::ActorVariant::Get() , 以及 carla::sensor::SensorData::GetEpisode().
函数调用图:
|
private |
在文件 ObstacleDetectionEvent.h 第 61 行定义.
被这些函数引用 GetDistance() , 以及 ObstacleDetectionEvent().
|
private |
在文件 ObstacleDetectionEvent.h 第 59 行定义.
被这些函数引用 GetOtherActor() , 以及 ObstacleDetectionEvent().
|
private |
在文件 ObstacleDetectionEvent.h 第 57 行定义.
被这些函数引用 GetActor() , 以及 ObstacleDetectionEvent().
|
protected |
在文件 ObstacleDetectionEvent.h 第 26 行定义.