Class DeviceStatus
Defined in File DeviceStatus.h
Class Documentation
-
class DeviceStatus
Class containing the device status of a laser scanner.
Public Types
Public Functions
-
DeviceStatus()
Constructor of the device status.
-
uint8_t getDeviceStatus() const
Gets the device status for the scanner.
- Returns:
The device status for the scanner.
-
void setDeviceStatus(const uint8_t &device_status)
Sets the device status for the scanner.
- Parameters:
device_status – The device status for the scanner.
-
DeviceStatus()