DeviceStatus.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_DATASTRUCTURE_DEVICESTATUS_H
36 #define SICK_SAFETYSCANNERS_DATASTRUCTURE_DEVICESTATUS_H
37 
38 #include <iostream>
39 
40 
41 namespace sick {
42 namespace datastructure {
43 
48 {
49 public:
51  {
61  };
65  DeviceStatus();
66 
72  uint8_t getDeviceStatus() const;
78  void setDeviceStatus(const uint8_t& device_status);
79 
80 private:
81  uint8_t m_device_status;
82 };
83 
84 
85 } // namespace datastructure
86 } // namespace sick
87 
88 #endif // SICK_SAFETYSCANNERS_DATASTRUCTURE_DEVICESTATUS_H
uint8_t getDeviceStatus() const
Gets the device status for the scanner.
void setDeviceStatus(const uint8_t &device_status)
Sets the device status for the scanner.
DeviceStatus()
Constructor of the device status.
Class containing the device status of a laser scanner.
Definition: DeviceStatus.h:47


sick_safetyscanners
Author(s): Lennart Puck
autogenerated on Fri Apr 2 2021 02:45:41