Class FieldSets
Defined in File FieldSets.h
Class Documentation
-
class FieldSets
Class containing the field name of a laser scanner.
Public Functions
-
FieldSets()
Constructor of the field name.
-
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.
-
std::vector<uint32_t> getNameLength() const
Gets the length of the field name.
- Returns:
The length of the field name.
-
void setNameLength(const std::vector<uint32_t> &name_length)
Sets the length of the field name.
- Parameters:
name_length – The length of the field name.
-
std::vector<std::string> getFieldName() const
Gets the field name for the scanner.
- Returns:
The field name for the scanner.
-
void setFieldName(const std::vector<std::string> &field_name)
Sets the field name for the scanner.
- Parameters:
field_name – The field name for the scanner.
-
std::vector<bool> getIsDefined() const
Gets if the fields are defined.
- Returns:
if the fields are defined.
-
void setIsDefined(const std::vector<bool> &is_defined)
Sets if the fields are defined.
- Parameters:
is_defined – if the fields are defined.
-
FieldSets()