Parser to read the project name from a tcp sequence. More...
#include <ParseProjectName.h>
Public Member Functions | |
ParseProjectName () | |
Constructor of the parser. More... | |
bool | parseTCPSequence (const datastructure::PacketBuffer &buffer, datastructure::ProjectName &project_name) const |
Parses a tcp sequence to read the project name of the sensor. More... | |
std::string | readProjectName (std::vector< uint8_t >::const_iterator data_ptr) const |
Parser to read the project name from a tcp sequence.
Definition at line 54 of file ParseProjectName.h.
sick::data_processing::ParseProjectName::ParseProjectName | ( | ) |
Constructor of the parser.
Definition at line 42 of file ParseProjectName.cpp.
bool sick::data_processing::ParseProjectName::parseTCPSequence | ( | const datastructure::PacketBuffer & | buffer, |
datastructure::ProjectName & | project_name | ||
) | const |
Parses a tcp sequence to read the project name of the sensor.
buffer | The incoming data sequence. |
project_name | Reference to the parsed project name. |
Definition at line 45 of file ParseProjectName.cpp.
std::string sick::data_processing::ParseProjectName::readProjectName | ( | std::vector< uint8_t >::const_iterator | data_ptr | ) | const |
Definition at line 56 of file ParseProjectName.cpp.