|
QtFit
0.1
Internal library development documentation
|
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... | |
Public Member Functions inherited from AbstractDataMessage | |
| ~AbstractDataMessage () | |
| Destroys the AbstractDataMessage object. | |
| MesgNum | globalMessageNumber () const |
| Returns the data message's global message number. More... | |
Protected Member Functions | |
| ExdDataConceptConfigurationMessage (ExdDataConceptConfigurationMessagePrivate *const d) | |
Protected Member Functions inherited from AbstractDataMessage | |
| AbstractDataMessage (AbstractDataMessagePrivate *const d) | |
Additional Inherited Members | |
Static Public Member Functions inherited from AbstractDataMessage | |
| static AbstractDataMessage * | fromData (const DataDefinition *const defn, const QByteArray &record) |
| Constructs the relevant AbstractDataMessage-derived class to parse record according to defn. More... | |
Protected Attributes inherited from AbstractDataMessage | |
| AbstractDataMessagePrivate *const | d_ptr |
| Internal d-pointer. | |
The ExdDataConceptConfigurationMessage class represents a FIT ExdDataConceptConfigurationMessage data message.
Definition at line 39 of file exddataconceptconfigurationmessage.h.
| 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.
Definition at line 52 of file exddataconceptconfigurationmessage.cpp.
|
explicitprotected |
Constructs a ExdDataConceptConfigurationMessage object with private implementation d.
| d | Pointer to private implementation. |
Definition at line 64 of file exddataconceptconfigurationmessage.cpp.
| quint8 ExdDataConceptConfigurationMessage::conceptField | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's conceptField field's current value.
conceptField field value. Definition at line 85 of file exddataconceptconfigurationmessage.cpp.
Referenced by setConceptField().
| quint8 ExdDataConceptConfigurationMessage::conceptIndex | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's conceptIndex field's current value.
conceptIndex field value. Definition at line 107 of file exddataconceptconfigurationmessage.cpp.
Referenced by setConceptIndex().
| quint8 ExdDataConceptConfigurationMessage::conceptKey | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's conceptKey field's current value.
conceptKey field value. Definition at line 129 of file exddataconceptconfigurationmessage.cpp.
Referenced by setConceptKey().
| quint8 ExdDataConceptConfigurationMessage::dataPage | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's dataPage field's current value.
dataPage field value. Definition at line 118 of file exddataconceptconfigurationmessage.cpp.
Referenced by setDataPage().
| ExdDataUnits ExdDataConceptConfigurationMessage::dataUnits | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's dataUnits field's current value.
dataUnits field value. Definition at line 151 of file exddataconceptconfigurationmessage.cpp.
Referenced by setDataUnits().
| ExdDescriptors ExdDataConceptConfigurationMessage::descriptor | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's descriptor field's current value.
descriptor field value. Definition at line 173 of file exddataconceptconfigurationmessage.cpp.
Referenced by setDescriptor().
| quint8 ExdDataConceptConfigurationMessage::fieldId | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's fieldId field's current value.
fieldId field value. Definition at line 96 of file exddataconceptconfigurationmessage.cpp.
Referenced by setFieldId().
| bool ExdDataConceptConfigurationMessage::isSigned | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's isSigned field's current value.
isSigned field value. Definition at line 184 of file exddataconceptconfigurationmessage.cpp.
Referenced by setIsSigned().
| ExdQualifiers ExdDataConceptConfigurationMessage::qualifier | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's qualifier field's current value.
qualifier field value. Definition at line 162 of file exddataconceptconfigurationmessage.cpp.
Referenced by setQualifier().
| quint8 ExdDataConceptConfigurationMessage::scaling | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's scaling field's current value.
scaling field value. Definition at line 140 of file exddataconceptconfigurationmessage.cpp.
Referenced by setScaling().
| quint8 ExdDataConceptConfigurationMessage::screenIndex | ( | ) | const |
Returns the ExdDataConceptConfigurationMessage data message's screenIndex field's current value.
screenIndex field value. Definition at line 74 of file exddataconceptconfigurationmessage.cpp.
Referenced by setScreenIndex().
| void ExdDataConceptConfigurationMessage::setConceptField | ( | const quint8 | conceptField | ) |
Sets the conceptField field to conceptField.
| conceptField | The field value to set. |
Definition at line 205 of file exddataconceptconfigurationmessage.cpp.
References conceptField().
| void ExdDataConceptConfigurationMessage::setConceptIndex | ( | const quint8 | conceptIndex | ) |
Sets the conceptIndex field to conceptIndex.
| conceptIndex | The field value to set. |
Definition at line 225 of file exddataconceptconfigurationmessage.cpp.
References conceptIndex().
| void ExdDataConceptConfigurationMessage::setConceptKey | ( | const quint8 | conceptKey | ) |
Sets the conceptKey field to conceptKey.
| conceptKey | The field value to set. |
Definition at line 245 of file exddataconceptconfigurationmessage.cpp.
References conceptKey().
| void ExdDataConceptConfigurationMessage::setDataPage | ( | const quint8 | dataPage | ) |
Sets the dataPage field to dataPage.
| dataPage | The field value to set. |
Definition at line 235 of file exddataconceptconfigurationmessage.cpp.
References dataPage().
| void ExdDataConceptConfigurationMessage::setDataUnits | ( | const ExdDataUnits | dataUnits | ) |
Sets the dataUnits field to dataUnits.
| dataUnits | The field value to set. |
Definition at line 265 of file exddataconceptconfigurationmessage.cpp.
References dataUnits().
| void ExdDataConceptConfigurationMessage::setDescriptor | ( | const ExdDescriptors | descriptor | ) |
Sets the descriptor field to descriptor.
| descriptor | The field value to set. |
Definition at line 285 of file exddataconceptconfigurationmessage.cpp.
References descriptor().
| void ExdDataConceptConfigurationMessage::setFieldId | ( | const quint8 | fieldId | ) |
Sets the fieldId field to fieldId.
| fieldId | The field value to set. |
Definition at line 215 of file exddataconceptconfigurationmessage.cpp.
References fieldId().
| void ExdDataConceptConfigurationMessage::setIsSigned | ( | const bool | isSigned | ) |
Sets the isSigned field to isSigned.
| isSigned | The field value to set. |
Definition at line 295 of file exddataconceptconfigurationmessage.cpp.
References isSigned().
| void ExdDataConceptConfigurationMessage::setQualifier | ( | const ExdQualifiers | qualifier | ) |
Sets the qualifier field to qualifier.
| qualifier | The field value to set. |
Definition at line 275 of file exddataconceptconfigurationmessage.cpp.
References qualifier().
| void ExdDataConceptConfigurationMessage::setScaling | ( | const quint8 | scaling | ) |
Sets the scaling field to scaling.
| scaling | The field value to set. |
Definition at line 255 of file exddataconceptconfigurationmessage.cpp.
References scaling().
| void ExdDataConceptConfigurationMessage::setScreenIndex | ( | const quint8 | screenIndex | ) |
Sets the screenIndex field to screenIndex.
| screenIndex | The field value to set. |
Definition at line 195 of file exddataconceptconfigurationmessage.cpp.
References screenIndex().