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
sick
Definition: ApplicationNameVariableCommand.h:43
ProjectName.h
sick::datastructure::ProjectName::getProjectName
std::string getProjectName() const
Gets the project name for the scanner.
Definition: ProjectName.cpp:42
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