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