DeviceStatus.cpp
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 
36 
37 namespace sick {
38 namespace datastructure {
39 
41 
43 {
44  return m_device_status;
45 }
46 
47 void DeviceStatus::setDeviceStatus(const uint8_t& device_status)
48 {
49  m_device_status = device_status;
50 }
51 
52 
53 } // namespace datastructure
54 } // namespace sick
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.


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