DeviceName.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 
42 std::string DeviceName::getDeviceName() const
43 {
44  return m_device_name;
45 }
46 
47 void DeviceName::setDeviceName(const std::string& device_name)
48 {
49  m_device_name = device_name;
50 }
51 
52 
53 } // namespace datastructure
54 } // namespace sick
DeviceName()
Constructor of the device name.
Definition: DeviceName.cpp:40
std::string getDeviceName() const
Gets the device name for the scanner.
Definition: DeviceName.cpp:42
void setDeviceName(const std::string &device_name)
Sets the device name for the scanner.
Definition: DeviceName.cpp:47


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