序列化 DVS 摄像机传感器生成的事件数组。 更多...
#include <DVSEventArraySerializer.h>
类 | |
struct | DVSHeader |
Public 类型 | |
using | DVSEventArray = std::vector<data::DVSEvent> |
静态 Public 成员函数 | |
static SharedPtr< SensorData > | Deserialize (RawData &&data) |
static const DVSHeader & | DeserializeHeader (const RawData &data) |
template<typename Sensor > | |
static Buffer | Serialize (const Sensor &sensor, const DVSEventArray &events, Buffer &&output) |
静态 Public 属性 | |
static constexpr auto | header_offset = sizeof(DVSHeader) |
序列化 DVS 摄像机传感器生成的事件数组。
在文件 DVSEventArraySerializer.h 第 24 行定义.
using carla::sensor::s11n::DVSEventArraySerializer::DVSEventArray = std::vector<data::DVSEvent> |
在文件 DVSEventArraySerializer.h 第 36 行定义.
|
static |
在文件 DVSEventArraySerializer.cpp 第 18 行定义.
|
inlinestatic |
在文件 DVSEventArraySerializer.h 第 38 行定义.
引用了 carla::sensor::RawData::begin().
被这些函数引用 carla::sensor::data::DVSEventArray::GetHeader().
|
inlinestatic |
重置输出缓冲区。
指向缓冲区数据的指针。
将表头复制到输出缓冲区中。
将结果复制到输出缓冲区中。
在文件 DVSEventArraySerializer.h 第 49 行定义.
引用了 DEBUG_ASSERT.
|
staticconstexpr |
在文件 DVSEventArraySerializer.h 第 35 行定义.