|
QtFit
0.1
Internal library development documentation
|
Public Member Functions | |
| ThreeDSensorCalibrationMessagePrivate (ThreeDSensorCalibrationMessage *const q) | |
| virtual | ~ThreeDSensorCalibrationMessagePrivate () |
Public Member Functions inherited from AbstractDataMessagePrivate | |
| AbstractDataMessagePrivate (AbstractDataMessage *const q) | |
| virtual | ~AbstractDataMessagePrivate () |
| bool | setFields (const DataDefinition *const defn, const QByteArray &record) |
Public Attributes | |
| DateTime | timestamp |
| The ThreeDSensorCalibrationMessage FIT message's timestamp field. More... | |
| SensorType | sensorType |
| The ThreeDSensorCalibrationMessage FIT message's sensorType field. More... | |
| quint32 | calibrationFactor |
| The ThreeDSensorCalibrationMessage FIT message's calibrationFactor field. More... | |
| quint32 | calibrationDivisor |
| The ThreeDSensorCalibrationMessage FIT message's calibrationDivisor field. More... | |
| quint32 | levelShift |
| The ThreeDSensorCalibrationMessage FIT message's levelShift field. More... | |
| qint32 | offsetCal |
| The ThreeDSensorCalibrationMessage FIT message's offsetCal field. More... | |
| qint32 | orientationMatrix |
| The ThreeDSensorCalibrationMessage FIT message's orientationMatrix field. More... | |
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 ThreeDSensorCalibrationMessagePrivate class provides private implementation for the ThreeDSensorCalibrationMessage.
Definition at line 38 of file threedsensorcalibrationmessage_p.h.
|
explicit |
Constructs a ThreeDSensorCalibrationMessagePrivate object with public implementation q.
| q | Pointer to public implementaton. |
Definition at line 250 of file threedsensorcalibrationmessage.cpp.
References AbstractDataMessagePrivate::globalMessageNumber.
|
virtual |
Destroys the ThreeDSensorCalibrationMessagePrivate object.
Definition at line 268 of file threedsensorcalibrationmessage.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 273 of file threedsensorcalibrationmessage.cpp.
References AbstractDataMessagePrivate::verify().
| quint32 ThreeDSensorCalibrationMessagePrivate::calibrationDivisor |
The ThreeDSensorCalibrationMessage FIT message's calibrationDivisor field.
Calibration factor divisor
Definition at line 67 of file threedsensorcalibrationmessage_p.h.
| quint32 ThreeDSensorCalibrationMessagePrivate::calibrationFactor |
The ThreeDSensorCalibrationMessage FIT message's calibrationFactor field.
Calibration factor used to convert from raw ADC value to degrees, g, etc.
Definition at line 60 of file threedsensorcalibrationmessage_p.h.
| quint32 ThreeDSensorCalibrationMessagePrivate::levelShift |
The ThreeDSensorCalibrationMessage FIT message's levelShift field.
Level shift value used to shift the ADC value back into range
Definition at line 74 of file threedsensorcalibrationmessage_p.h.
| qint32 ThreeDSensorCalibrationMessagePrivate::offsetCal |
The ThreeDSensorCalibrationMessage FIT message's offsetCal field.
Internal calibration factors, one for each: xy, yx, zx
Definition at line 81 of file threedsensorcalibrationmessage_p.h.
| qint32 ThreeDSensorCalibrationMessagePrivate::orientationMatrix |
The ThreeDSensorCalibrationMessage FIT message's orientationMatrix field.
3 x 3 rotation matrix (row major)
Definition at line 88 of file threedsensorcalibrationmessage_p.h.
| SensorType ThreeDSensorCalibrationMessagePrivate::sensorType |
The ThreeDSensorCalibrationMessage FIT message's sensorType field.
Indicates which sensor the calibration is for
Definition at line 53 of file threedsensorcalibrationmessage_p.h.
| DateTime ThreeDSensorCalibrationMessagePrivate::timestamp |
The ThreeDSensorCalibrationMessage FIT message's timestamp field.
Whole second part of the timestamp
Definition at line 46 of file threedsensorcalibrationmessage_p.h.