Serializes the data generated by Radar sensors. More...
#include <RadarSerializer.h>
Static Public Member Functions | |
static SharedPtr< SensorData > | Deserialize (RawData &&data) |
template<typename Sensor > | |
static Buffer | Serialize (const Sensor &sensor, const data::RadarData &measurement, Buffer &&output) |
Serializes the data generated by Radar sensors.
Definition at line 28 of file RadarSerializer.h.
|
static |
Definition at line 15 of file RadarSerializer.cpp.
|
inlinestatic |
Definition at line 41 of file RadarSerializer.h.
References carla::sensor::data::RadarData::_detections, and carla::Buffer::copy_from().