Class ParseStatusOverviewData

Class Documentation

class ParseStatusOverviewData

Parser to read the status overview of a tcp sequence.

Public Functions

ParseStatusOverviewData()

Constructor of the parser.

bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::StatusOverview &status_overview) const

Parses a tcp sequence to read the status overview of the sensor.

Parameters
  • buffer – The incoming tcp sequence.

  • status_overview – Reference to the status overview, which will be written while parsing.

Returns

If parsing was successful.