35 #ifndef SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEPROJECTNAME_H 36 #define SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEPROJECTNAME_H 48 namespace data_processing {
73 std::string
readProjectName(std::vector<uint8_t>::const_iterator data_ptr)
const;
79 #endif // SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEPROJECTNAME_H
Parser to read the project name from a tcp sequence.
A packetbuffer for the raw data from the sensor.
bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::ProjectName &project_name) const
Parses a tcp sequence to read the project name of the sensor.
std::string readProjectName(std::vector< uint8_t >::const_iterator data_ptr) const
Class containing the project name of a laser scanner.
ParseProjectName()
Constructor of the parser.