38 namespace datastructure {
uint8_t getVersionReleaseNumber() const
Gets the version release number for the scanner.
void setFieldName(const std::vector< std::string > &field_name)
Sets the field name for the scanner.
uint8_t getVersionMinorVersionNumber() const
Gets the minor version number 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 setNameLength(const std::vector< uint32_t > &name_length)
Sets the length of the field name.
void setVersionCVersion(const std::string &version_c_version)
Sets the version indicator for the scanner.
std::vector< bool > getIsDefined() const
Gets if the fields are defined.
std::vector< bool > m_is_defined
void setVersionMinorVersionNumber(const uint8_t &version_minor_version_number)
Sets the minor version number for the scanner.
void setIsDefined(const std::vector< bool > &is_defined)
Sets if the fields are defined.
uint8_t m_version_minor_version_number
std::string getVersionCVersion() const
Gets the version indicator for the scanner.
FieldSets()
Constructor of the field name.
std::vector< uint32_t > m_name_length
std::vector< std::string > m_field_name
uint8_t getVersionMajorVersionNumber() const
Gets the major version number for the scanner.
std::vector< uint32_t > getNameLength() const
Gets the length of the field name.
uint8_t m_version_major_version_number
std::string m_version_c_version
void setVersionMajorVersionNumber(const uint8_t &version_major_version_number)
Sets the major version number for the scanner.
std::vector< std::string > getFieldName() const
Gets the field name for the scanner.