Parser to read the persistent configuration of the sensor. More...
#include <ParseMeasurementPersistentConfigData.h>
Public Member Functions | |
ParseMeasurementPersistentConfigData () | |
Constructor of the parser. | |
bool | parseTCPSequence (const datastructure::PacketBuffer &buffer, datastructure::ConfigData &config_data) const |
Parses a tcp sequence to read the persistent configuration of the sensor. | |
Private Member Functions | |
uint32_t | readEndAngle (const uint8_t *data_ptr) const |
uint32_t | readStartAngle (const uint8_t *data_ptr) const |
Private Attributes | |
std::shared_ptr < sick::data_processing::ReadWriteHelper > | m_reader_ptr |
Parser to read the persistent configuration of the sensor.
Definition at line 52 of file ParseMeasurementPersistentConfigData.h.
sick::data_processing::ParseMeasurementPersistentConfigData::ParseMeasurementPersistentConfigData | ( | ) |
Constructor of the parser.
Definition at line 42 of file ParseMeasurementPersistentConfigData.cpp.
bool sick::data_processing::ParseMeasurementPersistentConfigData::parseTCPSequence | ( | const datastructure::PacketBuffer & | buffer, |
datastructure::ConfigData & | config_data | ||
) | const |
Parses a tcp sequence to read the persistent configuration of the sensor.
buffer | The incoming tcp sequence. |
config_data | Reference to the config data where the persistent configuration will be set. |
Definition at line 48 of file ParseMeasurementPersistentConfigData.cpp.
uint32_t sick::data_processing::ParseMeasurementPersistentConfigData::readEndAngle | ( | const uint8_t * | data_ptr | ) | const [private] |
Definition at line 62 of file ParseMeasurementPersistentConfigData.cpp.
uint32_t sick::data_processing::ParseMeasurementPersistentConfigData::readStartAngle | ( | const uint8_t * | data_ptr | ) | const [private] |
Definition at line 57 of file ParseMeasurementPersistentConfigData.cpp.
std::shared_ptr<sick::data_processing::ReadWriteHelper> sick::data_processing::ParseMeasurementPersistentConfigData::m_reader_ptr [private] |
Definition at line 72 of file ParseMeasurementPersistentConfigData.h.