Public Member Functions | Private Member Functions | Private Attributes | List of all members
sick::data_processing::ParseMeasurementPersistentConfigData Class Reference

Parser to read the persistent configuration of the sensor. More...

#include <ParseMeasurementPersistentConfigData.h>

Public Member Functions

 ParseMeasurementPersistentConfigData ()
 Constructor of the parser. More...
 
bool parseTCPSequence (const datastructure::PacketBuffer &buffer, datastructure::ConfigData &config_data) const
 Parses a tcp sequence to read the persistent configuration of the sensor. More...
 

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::ReadWriteHelperm_reader_ptr
 

Detailed Description

Parser to read the persistent configuration of the sensor.

Definition at line 52 of file ParseMeasurementPersistentConfigData.h.

Constructor & Destructor Documentation

sick::data_processing::ParseMeasurementPersistentConfigData::ParseMeasurementPersistentConfigData ( )

Constructor of the parser.

Definition at line 42 of file ParseMeasurementPersistentConfigData.cpp.

Member Function Documentation

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.

Parameters
bufferThe incoming tcp sequence.
config_dataReference to the config data where the persistent configuration will be set.
Returns
If parsing was successful.

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.

Member Data Documentation

std::shared_ptr<sick::data_processing::ReadWriteHelper> sick::data_processing::ParseMeasurementPersistentConfigData::m_reader_ptr
private

Definition at line 72 of file ParseMeasurementPersistentConfigData.h.


The documentation for this class was generated from the following files:


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