ParseDeviceStatus.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_PARSEDEVICESTATUS_H
36 #define SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEDEVICESTATUS_H
37 
41 
43 
44 namespace sick {
45 
46 namespace data_processing {
47 
48 
53 {
54 public:
59 
69  datastructure::DeviceStatus& device_status) const;
70 
71 private:
72  uint8_t readDeviceStatus(std::vector<uint8_t>::const_iterator data_ptr) const;
73 };
74 
75 } // namespace data_processing
76 } // namespace sick
77 
78 #endif // SICK_SAFETYSCANNERS_DATA_PROCESSING_PARSEDEVICESTATUS_H
sick::data_processing::ParseDeviceStatusData::parseTCPSequence
bool parseTCPSequence(const datastructure::PacketBuffer &buffer, datastructure::DeviceStatus &device_status) const
Parses a tcp sequence to read the device status of the sensor.
Definition: ParseDeviceStatus.cpp:45
sick::data_processing::ParseDeviceStatusData
Parser to read the device status of a tcp sequence.
Definition: ParseDeviceStatus.h:52
sick
Definition: ApplicationNameVariableCommand.h:43
ReadWriteHelper.hpp
sick::data_processing::ParseDeviceStatusData::ParseDeviceStatusData
ParseDeviceStatusData()
Constructor of the parser.
Definition: ParseDeviceStatus.cpp:42
sick::data_processing::ParseDeviceStatusData::readDeviceStatus
uint8_t readDeviceStatus(std::vector< uint8_t >::const_iterator data_ptr) const
Definition: ParseDeviceStatus.cpp:55
PacketBuffer.h
sick::datastructure::DeviceStatus
Class containing the device status of a laser scanner.
Definition: DeviceStatus.h:47
DeviceStatus.h
sick::datastructure::PacketBuffer
A packetbuffer for the raw data from the sensor.
Definition: PacketBuffer.h:61
Data.h


sick_safetyscanners
Author(s): Lennart Puck
autogenerated on Fri Jun 21 2024 02:40:51