KPN IoT / senml

Fork of kpn_senml by KPN IoT

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
BaseData_tInternal helper struct that stores the base value to be used during rendering
JsonListenerInternal helper class for parsing json data
JsonStreamingParserInternal helper class for parsing json data
SenMLBaseBase class for all objects that can be used in the senml data tree
SenMLBaseParserBase class for json and cbor parsers
SenMLBinaryActuatorA SenMLRecord that stores binary data and supports actuation
SenMLBinaryRecordA SenMLRecord that stores binary data
SenMLBoolActuatorA SenMLRecord that stores boolean data and supports actuation
SenMLBoolRecordA SenMLRecord that stores boolean data
SenMLCborParserInernal helper class for parsing cbor data
SenmlData_tInternal helper struct that stores information needed during the rendering process
SenMLDoublePackAn implimentation of the SenMLPack template that stores double base value and base-sum
SenMLFloatActuatorA SenMLRecord that stores float data and supports actuation
SenMLFloatRecordA SenMLRecord that stores float data
SenMLIntActuatorA SenMLRecord that stores integer data and supports actuation
SenMLIntPackAn implimentation of the SenMLPack template that stores integer base value and base-sum
SenMLIntRecordA SenMLRecord that stores integer data
SenMLJsonListenerInternal helper class for parsing json data
SenmlMemoryData_tInternal helper struct that stores information needed during the rendering process
SenMLPackSenMLPack represents a single senml document that can be sent or received
SenMLPackTemplate< T >A template class that can be used to create new SenMLPack types that store a base-value and/or base-sum with a basic data type (no structs or classes)
SenMLRecordSenMLRecord represents a single measurement
SenMLRecordTemplate< T >A template class that can be used to create new SenMLRecord types that store a value with a basic data type (no structs or classes)
SenMLStringActuatorA SenMLRecord that stores text data and supports actuation
SenMLStringRecordA SenMLRecord that stores text data
StreamContext_tInternal helper struct that stores information needed during the rendering process