Class ParseFieldSetsData

Class Documentation

class ParseFieldSetsData

Parser to read the type code of a tcp sequence.

Public Functions

ParseFieldSetsData()

Constructor of the parser.

bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::FieldSets &field_sets) const

Parses a tcp sequence to read the field sets of the sensor.

Parameters
  • buffer – The incoming tcp sequence.

  • field_sets – Reference to the field sets, which will be written while parsing.

Returns

If parsing was successful.