Class ParseMeasurementPersistentConfigData
Defined in File ParseMeasurementPersistentConfigData.h
Class Documentation
-
class ParseMeasurementPersistentConfigData
Parser to read the persistent configuration of the sensor.
Public Functions
-
ParseMeasurementPersistentConfigData()
Constructor of the parser.
-
bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::ConfigData &config_data) const
Parses a tcp sequence to read the persistent configuration of the sensor.
- Parameters:
buffer – The incoming tcp sequence.
config_data – Reference to the config data where the persistent configuration will be set.
- Returns:
If parsing was successful.
-
ParseMeasurementPersistentConfigData()