35 #ifndef SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEDEVICENAME_H 36 #define SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEDEVICENAME_H 47 namespace data_processing {
72 std::shared_ptr<sick::data_processing::ReadWriteHelper>
m_reader_ptr;
79 #endif // SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEDEVICENAME_H bool parseTCPSequence(const datastructure::PacketBuffer &buffer, std::string &device_name) const
Parses a tcp sequence to read the device name of the sensor.
std::string readDeviceName(const uint8_t *&data_ptr) const
A packetbuffer for the raw data from the sensor.
std::shared_ptr< sick::data_processing::ReadWriteHelper > m_reader_ptr
Parser to read the device name from a tcp sequence.
ParseDeviceName()
Constructor of the parser.