35 #ifndef SICK_SAFETYSCANNERS_DATASTRUCTURE_USERNAME_H 36 #define SICK_SAFETYSCANNERS_DATASTRUCTURE_USERNAME_H 42 namespace datastructure {
144 #endif // SICK_SAFETYSCANNERS_DATASTRUCTURE_USERNAME_H void setNameLength(const uint32_t &name_length)
Sets the length of the user name.
std::string getVersionCVersion() const
Gets the version indicator for the scanner.
Class containing the user name of a laser scanner.
uint32_t getNameLength() const
Gets the length of the user name.
std::string m_version_c_version
void setVersionCVersion(const std::string &version_c_version)
Sets the version indicator for the scanner.
uint8_t m_version_major_version_number
std::string getUserName() const
Gets the user name for the scanner.
void setVersionReleaseNumber(const uint8_t &version_release_number)
Sets the version release number for the scanner.
void setUserName(const std::string &user_name)
Sets the user name for the scanner.
uint8_t m_version_release_number
UserName()
Constructor of the user name.
void setVersionMinorVersionNumber(const uint8_t &version_minor_version_number)
Sets the minor version number for the scanner.
void setVersionMajorVersionNumber(const uint8_t &version_major_version_number)
Sets the major version number for the scanner.
uint8_t getVersionReleaseNumber() const
Gets the version release 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.
uint8_t m_version_minor_version_number