|
QtFit
0.1
Internal library development documentation
|
Public Member Functions | |
| BikeProfileMessagePrivate (BikeProfileMessage *const q) | |
| virtual | ~BikeProfileMessagePrivate () |
Public Member Functions inherited from AbstractDataMessagePrivate | |
| AbstractDataMessagePrivate (AbstractDataMessage *const q) | |
| virtual | ~AbstractDataMessagePrivate () |
| bool | setFields (const DataDefinition *const defn, const QByteArray &record) |
Public Attributes | |
| MessageIndex | messageIndex |
| The BikeProfileMessage FIT message's messageIndex field. | |
| QString | name |
| The BikeProfileMessage FIT message's name field. | |
| Sport | sport |
| The BikeProfileMessage FIT message's sport field. | |
| SubSport | subSport |
| The BikeProfileMessage FIT message's subSport field. | |
| quint32 | odometer |
| The BikeProfileMessage FIT message's odometer field. | |
| quint16z | bikeSpdAntId |
| The BikeProfileMessage FIT message's bikeSpdAntId field. | |
| quint16z | bikeCadAntId |
| The BikeProfileMessage FIT message's bikeCadAntId field. | |
| quint16z | bikeSpdcadAntId |
| The BikeProfileMessage FIT message's bikeSpdcadAntId field. | |
| quint16z | bikePowerAntId |
| The BikeProfileMessage FIT message's bikePowerAntId field. | |
| quint16 | customWheelsize |
| The BikeProfileMessage FIT message's customWheelsize field. | |
| quint16 | autoWheelsize |
| The BikeProfileMessage FIT message's autoWheelsize field. | |
| quint16 | bikeWeight |
| The BikeProfileMessage FIT message's bikeWeight field. | |
| quint16 | powerCalFactor |
| The BikeProfileMessage FIT message's powerCalFactor field. | |
| bool | autoWheelCal |
| The BikeProfileMessage FIT message's autoWheelCal field. | |
| bool | autoPowerZero |
| The BikeProfileMessage FIT message's autoPowerZero field. | |
| quint8 | id |
| The BikeProfileMessage FIT message's id field. | |
| bool | spdEnabled |
| The BikeProfileMessage FIT message's spdEnabled field. | |
| bool | cadEnabled |
| The BikeProfileMessage FIT message's cadEnabled field. | |
| bool | spdcadEnabled |
| The BikeProfileMessage FIT message's spdcadEnabled field. | |
| bool | powerEnabled |
| The BikeProfileMessage FIT message's powerEnabled field. | |
| quint8 | crankLength |
| The BikeProfileMessage FIT message's crankLength field. | |
| bool | enabled |
| The BikeProfileMessage FIT message's enabled field. | |
| quint8z | bikeSpdAntIdTransType |
| The BikeProfileMessage FIT message's bikeSpdAntIdTransType field. | |
| quint8z | bikeCadAntIdTransType |
| The BikeProfileMessage FIT message's bikeCadAntIdTransType field. | |
| quint8z | bikeSpdcadAntIdTransType |
| The BikeProfileMessage FIT message's bikeSpdcadAntIdTransType field. | |
| quint8z | bikePowerAntIdTransType |
| The BikeProfileMessage FIT message's bikePowerAntIdTransType field. | |
| quint8 | odometerRollover |
| The BikeProfileMessage FIT message's odometerRollover field. More... | |
| quint8z | frontGearNum |
| The BikeProfileMessage FIT message's frontGearNum field. More... | |
| quint8z | frontGear |
| The BikeProfileMessage FIT message's frontGear field. More... | |
| quint8z | rearGearNum |
| The BikeProfileMessage FIT message's rearGearNum field. More... | |
| quint8z | rearGear |
| The BikeProfileMessage FIT message's rearGear field. More... | |
| bool | shimanoDi2Enabled |
| The BikeProfileMessage FIT message's shimanoDi2Enabled 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 BikeProfileMessagePrivate class provides private implementation for the BikeProfileMessage.
Definition at line 38 of file bikeprofilemessage_p.h.
|
explicit |
Constructs a BikeProfileMessagePrivate object with public implementation q.
| q | Pointer to public implementaton. |
Definition at line 771 of file bikeprofilemessage.cpp.
References AbstractDataMessagePrivate::globalMessageNumber.
|
virtual |
Destroys the BikeProfileMessagePrivate object.
Definition at line 813 of file bikeprofilemessage.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 818 of file bikeprofilemessage.cpp.
References AbstractDataMessagePrivate::verify().
| quint8z BikeProfileMessagePrivate::frontGear |
The BikeProfileMessage FIT message's frontGear field.
Number of teeth on each gear 0 is innermost
Definition at line 190 of file bikeprofilemessage_p.h.
| quint8z BikeProfileMessagePrivate::frontGearNum |
The BikeProfileMessage FIT message's frontGearNum field.
Number of front gears
Definition at line 183 of file bikeprofilemessage_p.h.
| quint8 BikeProfileMessagePrivate::odometerRollover |
The BikeProfileMessage FIT message's odometerRollover field.
Rollover counter that can be used to extend the odometer
Definition at line 176 of file bikeprofilemessage_p.h.
| quint8z BikeProfileMessagePrivate::rearGear |
The BikeProfileMessage FIT message's rearGear field.
Number of teeth on each gear 0 is innermost
Definition at line 204 of file bikeprofilemessage_p.h.
| quint8z BikeProfileMessagePrivate::rearGearNum |
The BikeProfileMessage FIT message's rearGearNum field.
Number of rear gears
Definition at line 197 of file bikeprofilemessage_p.h.