命名空间 | |
namespace | data |
namespace | detail |
namespace | s11n |
类 | |
struct | CompileTimeTypeMap |
A compile time structure for mapping two types. 更多... | |
class | CompositeSerializer |
Compile-time map for mapping sensor objects to serializers. 更多... | |
class | Deserializer |
Deserializes a Buffer containing data generated by a sensor and creates the appropriate SensorData class that contains the sensor's measurement. 更多... | |
class | RawData |
Wrapper around the raw data generated by a sensor plus some useful meta-information. 更多... | |
class | SensorData |
Base class for all the objects containing data generated by a sensor. 更多... | |
类型定义 | |
using | SensorRegistry |
Contains a registry of all the sensors available and allows serializing and deserializing sensor data for the types registered. | |
Contains a registry of all the sensors available and allows serializing and deserializing sensor data for the types registered.
Use s11n::NoopSerializer if the sensor does not send data (sensors that work only on client-side).
在文件 SensorRegistry.h 第 67 行定义.