40 namespace data_processing {
44 m_reader_ptr = std::make_shared<sick::data_processing::ReadWriteHelper>();
51 const uint8_t* data_ptr(buffer.
getBuffer().data());
59 return m_reader_ptr->readuint32_tLittleEndian(data_ptr, 36);
64 return m_reader_ptr->readuint32_tLittleEndian(data_ptr, 40);
bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::ConfigData &config_data) const
Parses a tcp sequence to read the header for a warning or protective field.
A packetbuffer for the raw data from the sensor.
uint32_t readStartAngle(const uint8_t *data_ptr) const
void setAngularBeamResolution(const int32_t &angular_beam_resolution)
Set the angular resolution between beams.
uint32_t readAngularBeamResolution(const uint8_t *data_ptr) const
const VectorBuffer & getBuffer() const
Getter to return the VectorBuffer saved in the PacketBuffer.
std::shared_ptr< sick::data_processing::ReadWriteHelper > m_reader_ptr
Config data for current and persistent sensor config.
void setStartAngle(const int32_t &start_angle)
Set the start angle of the configuration.
ParseMeasurementCurrentConfigData()
Constructor of the parser.