|
QtFit
0.1
Internal library development documentation
|
The DeveloperDataIdMessage class represents a FIT DeveloperDataIdMessage data message. More...
Public Member Functions | |
| DeveloperDataIdMessage () | |
| Constructs a DeveloperDataIdMessage object. More... | |
| quint8 | developerId () const |
Returns the DeveloperDataIdMessage data message's developerId field's current value. More... | |
| quint8 | applicationId () const |
Returns the DeveloperDataIdMessage data message's applicationId field's current value. More... | |
| Manufacturer | manufacturerId () const |
Returns the DeveloperDataIdMessage data message's manufacturerId field's current value. More... | |
| quint8 | developerDataIndex () const |
Returns the DeveloperDataIdMessage data message's developerDataIndex field's current value. More... | |
| quint32 | applicationVersion () const |
Returns the DeveloperDataIdMessage data message's applicationVersion field's current value. More... | |
| void | setDeveloperId (const quint8 developerId) |
Sets the developerId field to developerId. More... | |
| void | setApplicationId (const quint8 applicationId) |
Sets the applicationId field to applicationId. More... | |
| void | setManufacturerId (const Manufacturer manufacturerId) |
Sets the manufacturerId field to manufacturerId. More... | |
| void | setDeveloperDataIndex (const quint8 developerDataIndex) |
Sets the developerDataIndex field to developerDataIndex. More... | |
| void | setApplicationVersion (const quint32 applicationVersion) |
Sets the applicationVersion field to applicationVersion. 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 | |
| DeveloperDataIdMessage (DeveloperDataIdMessagePrivate *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 DeveloperDataIdMessage class represents a FIT DeveloperDataIdMessage data message.
Definition at line 39 of file developerdataidmessage.h.
| DeveloperDataIdMessage::DeveloperDataIdMessage | ( | ) |
Constructs a DeveloperDataIdMessage 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 developerdataidmessage.cpp.
|
explicitprotected |
Constructs a DeveloperDataIdMessage object with private implementation d.
| d | Pointer to private implementation. |
Definition at line 64 of file developerdataidmessage.cpp.
| quint8 DeveloperDataIdMessage::applicationId | ( | ) | const |
Returns the DeveloperDataIdMessage data message's applicationId field's current value.
applicationId field value. Definition at line 85 of file developerdataidmessage.cpp.
Referenced by setApplicationId().
| quint32 DeveloperDataIdMessage::applicationVersion | ( | ) | const |
Returns the DeveloperDataIdMessage data message's applicationVersion field's current value.
applicationVersion field value. Definition at line 118 of file developerdataidmessage.cpp.
Referenced by setApplicationVersion().
| quint8 DeveloperDataIdMessage::developerDataIndex | ( | ) | const |
Returns the DeveloperDataIdMessage data message's developerDataIndex field's current value.
developerDataIndex field value. Definition at line 107 of file developerdataidmessage.cpp.
Referenced by setDeveloperDataIndex().
| quint8 DeveloperDataIdMessage::developerId | ( | ) | const |
Returns the DeveloperDataIdMessage data message's developerId field's current value.
developerId field value. Definition at line 74 of file developerdataidmessage.cpp.
Referenced by setDeveloperId().
| Manufacturer DeveloperDataIdMessage::manufacturerId | ( | ) | const |
Returns the DeveloperDataIdMessage data message's manufacturerId field's current value.
manufacturerId field value. Definition at line 96 of file developerdataidmessage.cpp.
Referenced by setManufacturerId().
| void DeveloperDataIdMessage::setApplicationId | ( | const quint8 | applicationId | ) |
Sets the applicationId field to applicationId.
| applicationId | The field value to set. |
Definition at line 139 of file developerdataidmessage.cpp.
References applicationId().
| void DeveloperDataIdMessage::setApplicationVersion | ( | const quint32 | applicationVersion | ) |
Sets the applicationVersion field to applicationVersion.
| applicationVersion | The field value to set. |
Definition at line 169 of file developerdataidmessage.cpp.
References applicationVersion().
| void DeveloperDataIdMessage::setDeveloperDataIndex | ( | const quint8 | developerDataIndex | ) |
Sets the developerDataIndex field to developerDataIndex.
| developerDataIndex | The field value to set. |
Definition at line 159 of file developerdataidmessage.cpp.
References developerDataIndex().
| void DeveloperDataIdMessage::setDeveloperId | ( | const quint8 | developerId | ) |
Sets the developerId field to developerId.
| developerId | The field value to set. |
Definition at line 129 of file developerdataidmessage.cpp.
References developerId().
| void DeveloperDataIdMessage::setManufacturerId | ( | const Manufacturer | manufacturerId | ) |
Sets the manufacturerId field to manufacturerId.
| manufacturerId | The field value to set. |
Definition at line 149 of file developerdataidmessage.cpp.
References manufacturerId().