QtFit
0.1
Native Qt library for Garmin FIT format
|
The ExdDataConceptConfigurationMessage class represents a FIT ExdDataConceptConfigurationMessage data message. More...
Public Member Functions | |
ExdDataConceptConfigurationMessage () | |
Constructs a ExdDataConceptConfigurationMessage object. More... | |
quint8 | screenIndex () const |
Returns the ExdDataConceptConfigurationMessage data message's screenIndex field's current value. More... | |
quint8 | conceptField () const |
Returns the ExdDataConceptConfigurationMessage data message's conceptField field's current value. More... | |
quint8 | fieldId () const |
Returns the ExdDataConceptConfigurationMessage data message's fieldId field's current value. More... | |
quint8 | conceptIndex () const |
Returns the ExdDataConceptConfigurationMessage data message's conceptIndex field's current value. More... | |
quint8 | dataPage () const |
Returns the ExdDataConceptConfigurationMessage data message's dataPage field's current value. More... | |
quint8 | conceptKey () const |
Returns the ExdDataConceptConfigurationMessage data message's conceptKey field's current value. More... | |
quint8 | scaling () const |
Returns the ExdDataConceptConfigurationMessage data message's scaling field's current value. More... | |
ExdDataUnits | dataUnits () const |
Returns the ExdDataConceptConfigurationMessage data message's dataUnits field's current value. More... | |
ExdQualifiers | qualifier () const |
Returns the ExdDataConceptConfigurationMessage data message's qualifier field's current value. More... | |
ExdDescriptors | descriptor () const |
Returns the ExdDataConceptConfigurationMessage data message's descriptor field's current value. More... | |
bool | isSigned () const |
Returns the ExdDataConceptConfigurationMessage data message's isSigned field's current value. More... | |
void | setScreenIndex (const quint8 screenIndex) |
Sets the screenIndex field to screenIndex. More... | |
void | setConceptField (const quint8 conceptField) |
Sets the conceptField field to conceptField. More... | |
void | setFieldId (const quint8 fieldId) |
Sets the fieldId field to fieldId. More... | |
void | setConceptIndex (const quint8 conceptIndex) |
Sets the conceptIndex field to conceptIndex. More... | |
void | setDataPage (const quint8 dataPage) |
Sets the dataPage field to dataPage. More... | |
void | setConceptKey (const quint8 conceptKey) |
Sets the conceptKey field to conceptKey. More... | |
void | setScaling (const quint8 scaling) |
Sets the scaling field to scaling. More... | |
void | setDataUnits (const ExdDataUnits dataUnits) |
Sets the dataUnits field to dataUnits. More... | |
void | setQualifier (const ExdQualifiers qualifier) |
Sets the qualifier field to qualifier. More... | |
void | setDescriptor (const ExdDescriptors descriptor) |
Sets the descriptor field to descriptor. More... | |
void | setIsSigned (const bool isSigned) |
Sets the isSigned field to isSigned. More... | |
![]() | |
~AbstractDataMessage () | |
Destroys the AbstractDataMessage object. | |
MesgNum | globalMessageNumber () const |
Returns the data message's global message number. More... | |
Additional Inherited Members | |
![]() | |
static AbstractDataMessage * | fromData (const DataDefinition *const defn, const QByteArray &record) |
Constructs the relevant AbstractDataMessage-derived class to parse record according to defn. More... | |
The ExdDataConceptConfigurationMessage class represents a FIT ExdDataConceptConfigurationMessage data message.
ExdDataConceptConfigurationMessage::ExdDataConceptConfigurationMessage | ( | ) |
Constructs a ExdDataConceptConfigurationMessage object.
Typically, instances of this class will be returned by FitStreamReader::readNext, but this constructor may be used, along with the relevant setter methods, to create a valid message.
quint8 ExdDataConceptConfigurationMessage::conceptField | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's conceptField
field's current value.
conceptField
field value. quint8 ExdDataConceptConfigurationMessage::conceptIndex | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's conceptIndex
field's current value.
conceptIndex
field value. quint8 ExdDataConceptConfigurationMessage::conceptKey | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's conceptKey
field's current value.
conceptKey
field value. quint8 ExdDataConceptConfigurationMessage::dataPage | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's dataPage
field's current value.
dataPage
field value. ExdDataUnits ExdDataConceptConfigurationMessage::dataUnits | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's dataUnits
field's current value.
dataUnits
field value. ExdDescriptors ExdDataConceptConfigurationMessage::descriptor | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's descriptor
field's current value.
descriptor
field value. quint8 ExdDataConceptConfigurationMessage::fieldId | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's fieldId
field's current value.
fieldId
field value. bool ExdDataConceptConfigurationMessage::isSigned | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's isSigned
field's current value.
isSigned
field value. ExdQualifiers ExdDataConceptConfigurationMessage::qualifier | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's qualifier
field's current value.
qualifier
field value. quint8 ExdDataConceptConfigurationMessage::scaling | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's scaling
field's current value.
scaling
field value. quint8 ExdDataConceptConfigurationMessage::screenIndex | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's screenIndex
field's current value.
screenIndex
field value. void ExdDataConceptConfigurationMessage::setConceptField | ( | const quint8 | conceptField | ) |
Sets the conceptField
field to conceptField.
conceptField | The field value to set. |
void ExdDataConceptConfigurationMessage::setConceptIndex | ( | const quint8 | conceptIndex | ) |
Sets the conceptIndex
field to conceptIndex.
conceptIndex | The field value to set. |
void ExdDataConceptConfigurationMessage::setConceptKey | ( | const quint8 | conceptKey | ) |
Sets the conceptKey
field to conceptKey.
conceptKey | The field value to set. |
void ExdDataConceptConfigurationMessage::setDataPage | ( | const quint8 | dataPage | ) |
Sets the dataPage
field to dataPage.
dataPage | The field value to set. |
void ExdDataConceptConfigurationMessage::setDataUnits | ( | const ExdDataUnits | dataUnits | ) |
Sets the dataUnits
field to dataUnits.
dataUnits | The field value to set. |
void ExdDataConceptConfigurationMessage::setDescriptor | ( | const ExdDescriptors | descriptor | ) |
Sets the descriptor
field to descriptor.
descriptor | The field value to set. |
void ExdDataConceptConfigurationMessage::setFieldId | ( | const quint8 | fieldId | ) |
Sets the fieldId
field to fieldId.
fieldId | The field value to set. |
void ExdDataConceptConfigurationMessage::setIsSigned | ( | const bool | isSigned | ) |
Sets the isSigned
field to isSigned.
isSigned | The field value to set. |
void ExdDataConceptConfigurationMessage::setQualifier | ( | const ExdQualifiers | qualifier | ) |
Sets the qualifier
field to qualifier.
qualifier | The field value to set. |
void ExdDataConceptConfigurationMessage::setScaling | ( | const quint8 | scaling | ) |
Sets the scaling
field to scaling.
scaling | The field value to set. |
void ExdDataConceptConfigurationMessage::setScreenIndex | ( | const quint8 | screenIndex | ) |
Sets the screenIndex
field to screenIndex.
screenIndex | The field value to set. |