Class ParseApplicationData
Defined in File ParseApplicationData.h
Class Documentation
-
class ParseApplicationData
Parses the application data from a packet buffer.
Public Functions
-
ParseApplicationData()
Constructor of the parser.
-
datastructure::ApplicationData parseUDPSequence(const sick::datastructure::PacketBuffer &buffer, datastructure::Data &data) const
Parses the application data from the packet buffer.
- Parameters:
buffer – The incoming packet buffer with raw data.
data – The already parsed data, used to check if needed data is there.
- Returns:
The parsed application data.
-
ParseApplicationData()