35 #ifndef SICK_SAFETYSCANNERS_DATASTRUCTURE_APPLICATIONNAME_H 36 #define SICK_SAFETYSCANNERS_DATASTRUCTURE_APPLICATIONNAME_H 42 namespace datastructure {
144 #endif // SICK_SAFETYSCANNERS_DATASTRUCTURE_APPLICATIONNAME_H ApplicationName()
Constructor of the application name.
std::string m_application_name
std::string getVersionCVersion() const
Gets the version indicator for the scanner.
uint8_t m_version_minor_version_number
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.
uint8_t m_version_release_number
void setVersionMinorVersionNumber(const uint8_t &version_minor_version_number)
Sets the minor version number for the scanner.
std::string m_version_c_version
uint8_t m_version_major_version_number
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.
Class containing the application name of a laser scanner.
void setVersionCVersion(const std::string &version_c_version)
Sets the version indicator for the scanner.