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