ApplicationName.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 
43 {
44  return m_version_c_version;
45 }
46 
47 void ApplicationName::setVersionCVersion(const std::string& version_c_version)
48 {
49  m_version_c_version = version_c_version;
50 }
51 
53 {
55 }
56 
57 void ApplicationName::setVersionMajorVersionNumber(const uint8_t& version_major_version_number)
58 {
59  m_version_major_version_number = version_major_version_number;
60 }
61 
63 {
65 }
66 
67 void ApplicationName::setVersionMinorVersionNumber(const uint8_t& version_minor_version_number)
68 {
69  m_version_minor_version_number = version_minor_version_number;
70 }
71 
73 {
75 }
76 
77 void ApplicationName::setVersionReleaseNumber(const uint8_t& version_release_number)
78 {
79  m_version_release_number = version_release_number;
80 }
81 
83 {
84  return m_name_length;
85 }
86 
87 void ApplicationName::setNameLength(const uint32_t& name_length)
88 {
89  m_name_length = name_length;
90 }
91 
93 {
94  return m_application_name;
95 }
96 
97 void ApplicationName::setApplicationName(const std::string& application_name)
98 {
99  m_application_name = application_name;
100 }
101 
102 
103 } // namespace datastructure
104 } // namespace sick
ApplicationName()
Constructor of the application name.
std::string getVersionCVersion() const
Gets the version indicator for the scanner.
void setNameLength(const uint32_t &name_length)
Sets the length of the application name.
uint32_t getNameLength() const
Gets the length of the application name.
uint8_t getVersionReleaseNumber() const
Gets the version release number for the scanner.
std::string getApplicationName() const
Gets the application name for the scanner.
void setVersionReleaseNumber(const uint8_t &version_release_number)
Sets the version release number for the scanner.
void setVersionMinorVersionNumber(const uint8_t &version_minor_version_number)
Sets the minor version number for the scanner.
uint8_t getVersionMajorVersionNumber() const
Gets the major version number for the scanner.
uint8_t getVersionMinorVersionNumber() const
Gets the minor version number for the scanner.
void setVersionMajorVersionNumber(const uint8_t &version_major_version_number)
Sets the major version number for the scanner.
void setApplicationName(const std::string &application_name)
Sets the application name for the scanner.
void setVersionCVersion(const std::string &version_c_version)
Sets the version indicator for the scanner.


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