|
QtFit
0.1
Internal library development documentation
|
Public Member Functions | |
| ScheduleMessagePrivate (ScheduleMessage *const q) | |
| virtual | ~ScheduleMessagePrivate () |
Public Member Functions inherited from AbstractDataMessagePrivate | |
| AbstractDataMessagePrivate (AbstractDataMessage *const q) | |
| virtual | ~AbstractDataMessagePrivate () |
| bool | setFields (const DataDefinition *const defn, const QByteArray &record) |
Public Attributes | |
| Manufacturer | manufacturer |
| The ScheduleMessage FIT message's manufacturer field. More... | |
| quint16 | product |
| The ScheduleMessage FIT message's product field. More... | |
| quint32z | serialNumber |
| The ScheduleMessage FIT message's serialNumber field. More... | |
| DateTime | timeCreated |
| The ScheduleMessage FIT message's timeCreated field. More... | |
| bool | completed |
| The ScheduleMessage FIT message's completed field. More... | |
| Schedule | type |
| The ScheduleMessage FIT message's type field. | |
| LocalDateTime | scheduledTime |
| The ScheduleMessage FIT message's scheduledTime field. | |
Public Attributes inherited from AbstractDataMessagePrivate | |
| MesgNum | globalMessageNumber |
| FIT Globla Message Number for this FIT Data Message. | |
Protected Member Functions | |
| bool | setField (const int fieldId, const QByteArray &data, const FitBaseType baseType, const bool bigEndian) override |
Protected Member Functions inherited from AbstractDataMessagePrivate | |
| bool | verify (const QByteArray &data, const FitBaseType actualType, const int expectedSize, const FitBaseType expectedType, const char *messageFieldName) |
Additional Inherited Members | |
Protected Attributes inherited from AbstractDataMessagePrivate | |
| AbstractDataMessage *const | q_ptr |
| Internal q-pointer. | |
The ScheduleMessagePrivate class provides private implementation for the ScheduleMessage.
Definition at line 38 of file schedulemessage_p.h.
|
explicit |
Constructs a ScheduleMessagePrivate object with public implementation q.
| q | Pointer to public implementaton. |
Definition at line 246 of file schedulemessage.cpp.
References AbstractDataMessagePrivate::globalMessageNumber.
|
virtual |
Destroys the ScheduleMessagePrivate object.
Definition at line 264 of file schedulemessage.cpp.
|
overrideprotectedvirtual |
Sets the value of the fieldId field.
Derived classes must implement this method to extract the baseType value from data, and assign the extracted value the fieldId field.
| fieldId | The field number within the given FIT data message. |
| data | The raw data to extract the field value from. |
| baseType | The FIT base type for the field. |
| bigEndian | Whether or not multibyte values in record are big-endian. |
true if the field was set, or safely ignored; false otherwise. Implements AbstractDataMessagePrivate.
Definition at line 269 of file schedulemessage.cpp.
References AbstractDataMessagePrivate::verify().
| bool ScheduleMessagePrivate::completed |
The ScheduleMessage FIT message's completed field.
TRUE if this activity has been started
Definition at line 74 of file schedulemessage_p.h.
| Manufacturer ScheduleMessagePrivate::manufacturer |
The ScheduleMessage FIT message's manufacturer field.
Corresponds to file_id of scheduled workout / course.
Definition at line 46 of file schedulemessage_p.h.
| quint16 ScheduleMessagePrivate::product |
The ScheduleMessage FIT message's product field.
Corresponds to file_id of scheduled workout / course.
Definition at line 53 of file schedulemessage_p.h.
| quint32z ScheduleMessagePrivate::serialNumber |
The ScheduleMessage FIT message's serialNumber field.
Corresponds to file_id of scheduled workout / course.
Definition at line 60 of file schedulemessage_p.h.
| DateTime ScheduleMessagePrivate::timeCreated |
The ScheduleMessage FIT message's timeCreated field.
Corresponds to file_id of scheduled workout / course.
Definition at line 67 of file schedulemessage_p.h.