Class containing the device name of a laser scanner. More...
#include <DeviceName.h>
Public Member Functions | |
DeviceName () | |
Constructor of the device name. More... | |
std::string | getDeviceName () const |
Gets the device name for the scanner. More... | |
void | setDeviceName (const std::string &device_name) |
Sets the device name for the scanner. More... | |
Private Attributes | |
std::string | m_device_name |
Class containing the device name of a laser scanner.
Definition at line 47 of file DeviceName.h.
sick::datastructure::DeviceName::DeviceName | ( | ) |
Constructor of the device name.
Definition at line 40 of file DeviceName.cpp.
std::string sick::datastructure::DeviceName::getDeviceName | ( | ) | const |
Gets the device name for the scanner.
Definition at line 42 of file DeviceName.cpp.
void sick::datastructure::DeviceName::setDeviceName | ( | const std::string & | device_name | ) |
Sets the device name for the scanner.
device_name | The device name for the scanner. |
Definition at line 47 of file DeviceName.cpp.
|
private |
Definition at line 69 of file DeviceName.h.