Serializes events array generated by DVS camera sensors. 更多...
#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) |
Serializes events array generated by DVS camera sensors.
在文件 DVSEventArraySerializer.h 第 24 行定义.
using carla::sensor::s11n::DVSEventArraySerializer::DVSEventArray = std::vector<data::DVSEvent> |
在文件 DVSEventArraySerializer.h 第 36 行定义.
|
static |
在文件 DVSEventArraySerializer.cpp 第 15 行定义.
|
inlinestatic |
在文件 DVSEventArraySerializer.h 第 38 行定义.
引用了 carla::sensor::RawData::begin().
被这些函数引用 carla::sensor::data::DVSEventArray::GetHeader().
|
inlinestatic |
Reset the output buffer
Pointer to data in buffer
Copy the header into the output buffer
Copy the events into the output buffer
在文件 DVSEventArraySerializer.h 第 49 行定义.
引用了 DEBUG_ASSERT.
|
staticconstexpr |
在文件 DVSEventArraySerializer.h 第 35 行定义.