DeviceName.h
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 
35 #ifndef SICK_SAFETYSCANNERS_DATASTRUCTURE_DEVICENAME_H
36 #define SICK_SAFETYSCANNERS_DATASTRUCTURE_DEVICENAME_H
37 
38 #include <iostream>
39 
40 
41 namespace sick {
42 namespace datastructure {
43 
48 {
49 public:
53  DeviceName();
54 
60  std::string getDeviceName() const;
66  void setDeviceName(const std::string& device_name);
67 
68 private:
69  std::string m_device_name;
70 };
71 
72 
73 } // namespace datastructure
74 } // namespace sick
75 
76 #endif // SICK_SAFETYSCANNERS_DATASTRUCTURE_DEVICENAME_H
DeviceName()
Constructor of the device name.
Definition: DeviceName.cpp:40
Class containing the device name of a laser scanner.
Definition: DeviceName.h:47
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