Class DeviceName
Defined in File DeviceName.h
Class Documentation
-
class DeviceName
Class containing the device name of a laser scanner.
Public Functions
-
DeviceName()
Constructor of the device name.
-
std::string getDeviceName() const
Gets the device name for the scanner.
- Returns:
The device name for the scanner.
-
void setDeviceName(const std::string &device_name)
Sets the device name for the scanner.
- Parameters:
device_name – The device name for the scanner.
-
DeviceName()