ProjectName.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_PROJECTNAME_H
36 #define SICK_SAFETYSCANNERS_DATASTRUCTURE_PROJECTNAME_H
37 
38 #include <iostream>
39 
40 
41 namespace sick {
42 namespace datastructure {
43 
48 {
49 public:
53  ProjectName();
54 
60  std::string getProjectName() const;
66  void setProjectName(const std::string& project_name);
67 
68 private:
69  std::string m_project_name;
70 };
71 
72 
73 } // namespace datastructure
74 } // namespace sick
75 
76 #endif // SICK_SAFETYSCANNERS_DATASTRUCTURE_PROJECTNAME_H
std::string getProjectName() const
Gets the project name for the scanner.
Definition: ProjectName.cpp:42
void setProjectName(const std::string &project_name)
Sets the project name for the scanner.
Definition: ProjectName.cpp:47
Class containing the project name of a laser scanner.
Definition: ProjectName.h:47
ProjectName()
Constructor of the project name.
Definition: ProjectName.cpp:40


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