30 #ifndef QTFIT_ONEDSENSORCALIBRATIONMESSAGE_H
31 #define QTFIT_ONEDSENSORCALIBRATIONMESSAGE_H
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);
#define QTFIT_EXPORT
QtFit library export/import macro.
#define QTFIT_END_NAMESPACE
Macro for ending the QtFit library's top-most namespace (if one is defined).
#define QTFIT_BEGIN_NAMESPACE
Macro for starting the QtFit library's top-most namespace (if one is defined).
Declares the AbstractDataMessage class.
The AbstractDataMessage class is the polymorphic base class for all FIT Data Message classes.
The OneDSensorCalibrationMessage class represents a FIT OneDSensorCalibrationMessage data message.
SensorType
Garmin FIT SensorType type.
DateTime
Seconds since UTC 00:00 Dec 31 1989.