30 #ifndef QTFIT_THREEDSENSORCALIBRATIONMESSAGE_H
31 #define QTFIT_THREEDSENSORCALIBRATIONMESSAGE_H
37 class ThreeDSensorCalibrationMessagePrivate;
47 quint32 calibrationFactor()
const;
48 quint32 calibrationDivisor()
const;
49 quint32 levelShift()
const;
50 qint32 offsetCal()
const;
51 qint32 orientationMatrix()
const;
53 void setTimestamp(
const DateTime timestamp);
54 void setSensorType(
const SensorType sensorType);
55 void setCalibrationFactor(
const quint32 calibrationFactor);
56 void setCalibrationDivisor(
const quint32 calibrationDivisor);
57 void setLevelShift(
const quint32 levelShift);
58 void setOffsetCal(
const qint32 offsetCal);
59 void setOrientationMatrix(
const qint32 orientationMatrix);
Declares the AbstractDataMessage class.
The AbstractDataMessage class is the polymorphic base class for all FIT Data Message classes.
Definition: abstractdatamessage.h:36
The ThreeDSensorCalibrationMessage class represents a FIT ThreeDSensorCalibrationMessage data message...
Definition: threedsensorcalibrationmessage.h:39
SensorType
Garmin FIT SensorType type.
Definition: types.h:2956
DateTime
Seconds since UTC 00:00 Dec 31 1989.
Definition: types.h:237