ProjectName.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 ProjectName::getProjectName() const
43 {
44  return m_project_name;
45 }
46 
47 void ProjectName::setProjectName(const std::string& project_name)
48 {
49  m_project_name = project_name;
50 }
51 
52 
53 } // namespace datastructure
54 } // namespace sick
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
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