30 #ifndef QTFIT_ZONESTARGETMESSAGE_H
31 #define QTFIT_ZONESTARGETMESSAGE_H
45 quint8 maxHeartRate()
const;
46 quint8 thresholdHeartRate()
const;
47 quint16 functionalThresholdPower()
const;
51 void setMaxHeartRate(
const quint8 maxHeartRate);
52 void setThresholdHeartRate(
const quint8 thresholdHeartRate);
53 void setFunctionalThresholdPower(
const quint16 functionalThresholdPower);
54 void setHrCalcType(
const HrZoneCalc hrCalcType);
#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 ZonesTargetMessage class represents a FIT ZonesTargetMessage data message.
PwrZoneCalc
Garmin FIT PwrZoneCalc type.
HrZoneCalc
Garmin FIT HrZoneCalc type.