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
sick
Definition: ApplicationNameVariableCommand.h:43
sick::datastructure::ProjectName::getProjectName
std::string getProjectName() const
Gets the project name for the scanner.
Definition: ProjectName.cpp:42
sick::datastructure::ProjectName
Class containing the project name of a laser scanner.
Definition: ProjectName.h:47
sick::datastructure::ProjectName::setProjectName
void setProjectName(const std::string &project_name)
Sets the project name for the scanner.
Definition: ProjectName.cpp:47
sick::datastructure::ProjectName::ProjectName
ProjectName()
Constructor of the project name.
Definition: ProjectName.cpp:40
sick::datastructure::ProjectName::m_project_name
std::string m_project_name
Definition: ProjectName.h:69


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