Namespaces | |
data | |
detail | |
s11n | |
Classes | |
struct | CompileTimeTypeMap |
A compile time structure for mapping two types. More... | |
class | CompositeSerializer |
Compile-time map for mapping sensor objects to serializers. More... | |
class | Deserializer |
Deserializes a Buffer containing data generated by a sensor and creates the appropriate SensorData class that contains the sensor's measurement. More... | |
class | RawData |
Wrapper around the raw data generated by a sensor plus some useful meta-information. More... | |
class | SensorData |
Base class for all the objects containing data generated by a sensor. More... | |
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).
Definition at line 84 of file SensorRegistry.h.