CARLA
 
载入中...
搜索中...
未找到
| 静态 Public 成员函数 | 静态 Public 属性 | 所有成员列表
carla::sensor::s11n::ObstacleDetectionEventSerializer类 参考

Serializes the current state of the whole episode. 更多...

#include <ObstacleDetectionEventSerializer.h>

+ carla::sensor::s11n::ObstacleDetectionEventSerializer 的协作图:

struct  Data
 

静态 Public 成员函数

static SharedPtr< SensorDataDeserialize (RawData &&data)
 
static Data DeserializeRawData (const RawData &message)
 
template<typename SensorT >
static Buffer Serialize (const SensorT &, rpc::Actor self_actor, rpc::Actor other_actor, float distance)
 

静态 Public 属性

static constexpr auto header_offset = 0u
 

详细描述

Serializes the current state of the whole episode.

在文件 ObstacleDetectionEventSerializer.h23 行定义.

成员函数说明

◆ Deserialize()

SharedPtr< SensorData > carla::sensor::s11n::ObstacleDetectionEventSerializer::Deserialize ( RawData && data)
static

在文件 ObstacleDetectionEventSerializer.cpp14 行定义.

◆ DeserializeRawData()

static Data carla::sensor::s11n::ObstacleDetectionEventSerializer::DeserializeRawData ( const RawData & message)
inlinestatic

在文件 ObstacleDetectionEventSerializer.h39 行定义.

引用了 carla::sensor::RawData::begin() , 以及 carla::sensor::RawData::size().

被这些函数引用 carla::sensor::data::ObstacleDetectionEvent::ObstacleDetectionEvent().

+ 函数调用图:
+ 这是这个函数的调用关系图:

◆ Serialize()

template<typename SensorT >
static Buffer carla::sensor::s11n::ObstacleDetectionEventSerializer::Serialize ( const SensorT & ,
rpc::Actor self_actor,
rpc::Actor other_actor,
float distance )
inlinestatic

在文件 ObstacleDetectionEventSerializer.h44 行定义.

引用了 carla::MsgPack::Pack().

+ 函数调用图:

类成员变量说明

◆ header_offset

constexpr auto carla::sensor::s11n::ObstacleDetectionEventSerializer::header_offset = 0u
staticconstexpr

在文件 ObstacleDetectionEventSerializer.h37 行定义.


该类的文档由以下文件生成: