ParseMeasurementPersistentConfigData.h
Go to the documentation of this file.
1 // this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
2 
3 // -- BEGIN LICENSE BLOCK ----------------------------------------------
4 
24 // -- END LICENSE BLOCK ------------------------------------------------
25 
26 //----------------------------------------------------------------------
33 //----------------------------------------------------------------------
34 
35 #ifndef SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEMEASUREMENTPERSISTENTCONFIGDATA_H
36 #define SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEMEASUREMENTPERSISTENTCONFIGDATA_H
37 
41 
43 
44 namespace sick {
45 
46 namespace data_processing {
47 
48 
53 {
54 public:
59 
69  datastructure::ConfigData& config_data) const;
70 
71 private:
72  std::shared_ptr<sick::data_processing::ReadWriteHelper> m_reader_ptr;
73 
74  uint32_t readStartAngle(const uint8_t* data_ptr) const;
75  uint32_t readEndAngle(const uint8_t* data_ptr) const;
76 };
77 
78 } // namespace data_processing
79 } // namespace sick
80 
81 #endif // SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEMEASUREMENTPERSISTENTCONFIGDATA_H
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.
Definition: PacketBuffer.h:61
std::shared_ptr< sick::data_processing::ReadWriteHelper > m_reader_ptr
Config data for current and persistent sensor config.
Definition: ConfigData.h:48
Parser to read the persistent configuration of the sensor.


sick_safetyscanners
Author(s): Lennart Puck
autogenerated on Thu May 9 2019 02:41:08