35 #ifndef SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEMEASUREMENTPERSISTENTCONFIGDATA_H    36 #define SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEMEASUREMENTPERSISTENTCONFIGDATA_H    46 namespace data_processing {
    72   std::shared_ptr<sick::data_processing::ReadWriteHelper> 
m_reader_ptr;
    81 #endif // SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEMEASUREMENTPERSISTENTCONFIGDATA_H 
uint32_t readEndAngle(const uint8_t *data_ptr) const 
 
bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::ConfigData &config_data) const 
Parses a tcp sequence to read the persistent configuration of the sensor. 
 
A packetbuffer for the raw data from the sensor. 
 
std::shared_ptr< sick::data_processing::ReadWriteHelper > m_reader_ptr
 
Config data for current and persistent sensor config. 
 
uint32_t readStartAngle(const uint8_t *data_ptr) const 
 
Parser to read the persistent configuration of the sensor. 
 
ParseMeasurementPersistentConfigData()
Constructor of the parser.