Class ParseDerivedValues

Class Documentation

class ParseDerivedValues

Parser for the derived values from the udp data packets.

Public Functions

ParseDerivedValues()

Constructor of the parser.

datastructure::DerivedValues parseUDPSequence(const datastructure::PacketBuffer &buffer, datastructure::Data &data) const

Parsed the packet buffer and returns the derived values.

Parameters
  • buffer – The incoming packet buffer.

  • data – The already parsed data. Used for checks if the derived values are enabled.

Returns

The parsed derived values.