Class ParseConfigMetadata

Class Documentation

class ParseConfigMetadata

Parser to read the type code of a tcp sequence.

Public Functions

ParseConfigMetadata()

Constructor of the parser.

bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::ConfigMetadata &config_metadata) const

Parses a tcp sequence to read the type code of the sensor.

Parameters
  • buffer – The incoming tcp sequence.

  • config_metadata – Reference to the config metadata, which will be written while parsing.

Returns

If parsing was successful.