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
sick
Definition: ApplicationNameVariableCommand.h:43
sick::datastructure::DeviceName
Class containing the device name of a laser scanner.
Definition: DeviceName.h:47
sick::datastructure::DeviceName::DeviceName
DeviceName()
Constructor of the device name.
Definition: DeviceName.cpp:40
sick::datastructure::DeviceName::m_device_name
std::string m_device_name
Definition: DeviceName.h:69
sick::datastructure::DeviceName::setDeviceName
void setDeviceName(const std::string &device_name)
Sets the device name for the scanner.
Definition: DeviceName.cpp:47
sick::datastructure::DeviceName::getDeviceName
std::string getDeviceName() const
Gets the device name for the scanner.
Definition: DeviceName.cpp:42


sick_safetyscanners
Author(s): Lennart Puck
autogenerated on Fri Jun 21 2024 02:40:51