Class ConfigMetadata
Defined in File ConfigMetadata.h
Class Documentation
-
class ConfigMetadata
Class containing the serial number of a laser scanner.
Public Functions
-
ConfigMetadata()
Constructor of the config metadata.
-
std::string getVersionCVersion() const
Gets the version indicator for the scanner.
- Returns:
The version indicator for the scanner.
-
void setVersionCVersion(const std::string &version_c_version)
Sets the version indicator for the scanner.
- Parameters:
version_c_version – The version indicator for the scanner.
-
uint8_t getVersionMajorVersionNumber() const
Gets the major version number for the scanner.
- Returns:
The version indicator for the scanner.
-
void setVersionMajorVersionNumber(const uint8_t &version_major_version_number)
Sets the major version number for the scanner.
- Parameters:
version_major_version_number – The major version number for the scanner.
-
uint8_t getVersionMinorVersionNumber() const
Gets the minor version number for the scanner.
- Returns:
The minor version number for the scanner.
-
void setVersionMinorVersionNumber(const uint8_t &version_minor_version_number)
Sets the minor version number for the scanner.
- Parameters:
version_minor_version_number – The minor version number for the scanner.
-
uint8_t getVersionReleaseNumber() const
Gets the version release number for the scanner.
- Returns:
The version release number for the scanner.
-
void setVersionReleaseNumber(const uint8_t &version_release_number)
Sets the version release number for the scanner.
- Parameters:
version_release_number – The version release number for the scanner.
-
uint16_t getModificationTimeDate() const
Gets the modification time date for the scanner.
- Returns:
The modification time date for the scanner.
-
void setModificationTimeDate(const uint16_t &modification_time_date)
Sets the modification time date for the scanner.
- Parameters:
modification_time_date – The modification time date for the scanner.
-
uint32_t getModificationTimeTime() const
Gets the modification time time for the scanner.
- Returns:
The modification time time for the scanner.
-
void setModificationTimeTime(const uint32_t &modification_time_time)
Sets the modification time time for the scanner.
- Parameters:
modification_time_time – The modification time time for the scanner.
-
uint16_t getTransferTimeDate() const
Gets the transfer time date for the scanner.
- Returns:
The transfer time date for the scanner.
-
void setTransferTimeDate(const uint16_t &transfer_time_date)
Sets the transfer time date for the scanner.
- Parameters:
transfer_time_date – The transfer time date for the scanner.
-
uint32_t getTransferTimeTime() const
Gets the transfer time time for the scanner.
- Returns:
The transfer time time for the scanner.
-
void setTransferTimeTime(const uint32_t &transfer_time_time)
Sets the transfer time time for the scanner.
- Parameters:
transfer_time_time – The transfer time time for the scanner.
-
uint32_t getAppChecksum() const
Gets the application checksum for the scanner.
- Returns:
The application checksum for the scanner.
-
void setAppChecksum(const uint32_t &app_checksum)
Sets the application checksum for the scanner.
- Parameters:
app_checksum – The application checksum for the scanner.
-
uint32_t getOverallChecksum() const
Gets the overall checksum for the scanner.
- Returns:
The overall checksum for the scanner.
-
void setOverallChecksum(const uint32_t &overall_checksum)
Sets the overall checksum for the scanner.
- Parameters:
overall_checksum – The overall checksum for the scanner.
-
std::vector<uint32_t> getIntegrityHash() const
Gets the integrity hash for the scanner.
- Returns:
The integrity hash for the scanner.
-
void setIntegrityHash(const std::vector<uint32_t> &integrity_hash)
Sets the integrity hash for the scanner.
- Parameters:
integrity_hash – The integrity hash for the scanner.
-
ConfigMetadata()