Class ParseFieldGeometryData

Class Documentation

class ParseFieldGeometryData

Parser to read field geometry data.

Public Functions

ParseFieldGeometryData()

Constructor of the parser.

bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::FieldData &field_data) const

Parses a tcp sequence and return the field geometry data of the warning and protective fields.

Parameters
  • buffer – The incoming tcp sequence.

  • field_data – Reference to the field data to set the geometry data.

Returns

If parsing the sequence was successful.