Class ParseMeasurementCurrentConfigData

Class Documentation

class ParseMeasurementCurrentConfigData

Parser to read the current configuration of the sensor.

Public Functions

ParseMeasurementCurrentConfigData()

Constructor of the parser.

bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::ConfigData &config_data) const

Parses a tcp sequence to read the current configuration of the sensor.

Parameters
  • buffer – The incoming tcp sequence.

  • config_data – Reference to the config data where the current configuration will be set.

Returns

If parsing was successful.