Public Member Functions | Private Member Functions | Private Attributes
sick::data_processing::ParseTypeCodeData Class Reference

Parser to read the type code of a tcp sequence. More...

#include <ParseTypeCodeData.h>

List of all members.

Public Member Functions

bool parseTCPSequence (const datastructure::PacketBuffer &buffer, datastructure::TypeCode &type_code) const
 Parses a tcp sequence to read the type code of the sensor.
 ParseTypeCodeData ()
 Constructor of the parser.

Private Member Functions

uint8_t readInterfaceType (const uint8_t *&data_ptr) const
float readMaxRange (const uint8_t *&data_ptr) const

Private Attributes

std::shared_ptr
< sick::data_processing::ReadWriteHelper
m_reader_ptr

Detailed Description

Parser to read the type code of a tcp sequence.

Definition at line 52 of file ParseTypeCodeData.h.


Constructor & Destructor Documentation

Constructor of the parser.

Definition at line 42 of file ParseTypeCodeData.cpp.


Member Function Documentation

Parses a tcp sequence to read the type code of the sensor.

Parameters:
bufferThe incoming tcp sequence.
type_codeReference to the type code, which will be written while parsing.
Returns:
If parsing was successful.

Definition at line 48 of file ParseTypeCodeData.cpp.

uint8_t sick::data_processing::ParseTypeCodeData::readInterfaceType ( const uint8_t *&  data_ptr) const [private]

Definition at line 58 of file ParseTypeCodeData.cpp.

float sick::data_processing::ParseTypeCodeData::readMaxRange ( const uint8_t *&  data_ptr) const [private]

Definition at line 87 of file ParseTypeCodeData.cpp.


Member Data Documentation

Definition at line 72 of file ParseTypeCodeData.h.


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


sick_safetyscanners
Author(s): Lennart Puck
autogenerated on Tue May 7 2019 03:27:37