Deserializes a Buffer containing data generated by a sensor and creates the appropriate SensorData class that contains the sensor's measurement. 更多...
#include <Deserializer.h>
静态 Public 成员函数 | |
static SharedPtr< SensorData > | Deserialize (Buffer &&buffer) |
Deserializes a Buffer containing data generated by a sensor and creates the appropriate SensorData class that contains the sensor's measurement.
This class encapsulates the SensorRegistry to avoid including all the serializers and SensorData classes.
在文件 Deserializer.h 第 22 行定义.
|
static |
在文件 Deserializer.cpp 第 14 行定义.
引用了 carla::sensor::CompositeSerializer< Items >::Deserialize().
被这些函数引用 carla::client::detail::Episode::Listen().