Class containing the project name of a laser scanner. More...
#include <ProjectName.h>
Public Member Functions | |
std::string | getProjectName () const |
Gets the project name for the scanner. More... | |
ProjectName () | |
Constructor of the project name. More... | |
void | setProjectName (const std::string &project_name) |
Sets the project name for the scanner. More... | |
Private Attributes | |
std::string | m_project_name |
Class containing the project name of a laser scanner.
Definition at line 47 of file ProjectName.h.
sick::datastructure::ProjectName::ProjectName | ( | ) |
Constructor of the project name.
Definition at line 40 of file ProjectName.cpp.
std::string sick::datastructure::ProjectName::getProjectName | ( | ) | const |
Gets the project name for the scanner.
Definition at line 42 of file ProjectName.cpp.
void sick::datastructure::ProjectName::setProjectName | ( | const std::string & | project_name | ) |
Sets the project name for the scanner.
project_name | The project name for the scanner. |
Definition at line 47 of file ProjectName.cpp.
|
private |
Definition at line 69 of file ProjectName.h.