29 #ifndef QTFIT_WORKOUTSTEPMESSAGE_P_H
30 #define QTFIT_WORKOUTSTEPMESSAGE_P_H
121 bool setField(
const int fieldId,
const QByteArray &data,
122 const FitBaseType baseType,
const bool bigEndian)
override;
#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 AbstractDataMessagePrivate class.
quint16 exerciseName
The WorkoutStepMessage FIT message's exerciseName field.
bool setField(const int fieldId, const QByteArray &data, const FitBaseType baseType, const bool bigEndian) override
quint32 customTargetValueLow
The WorkoutStepMessage FIT message's customTargetValueLow field.
ExerciseCategory exerciseCategory
The WorkoutStepMessage FIT message's exerciseCategory field.
MessageIndex messageIndex
The WorkoutStepMessage FIT message's messageIndex field.
quint16 exerciseWeight
The WorkoutStepMessage FIT message's exerciseWeight field.
quint32 targetValue
The WorkoutStepMessage FIT message's targetValue field.
Intensity intensity
The WorkoutStepMessage FIT message's intensity field.
QString wktStepName
The WorkoutStepMessage FIT message's wktStepName field.
WorkoutEquipment equipment
The WorkoutStepMessage FIT message's equipment field.
FitBaseUnit weightDisplayUnit
The WorkoutStepMessage FIT message's weightDisplayUnit field.
virtual ~WorkoutStepMessagePrivate()
quint32 durationValue
The WorkoutStepMessage FIT message's durationValue field.
WktStepTarget targetType
The WorkoutStepMessage FIT message's targetType field.
QString notes
The WorkoutStepMessage FIT message's notes field.
quint32 customTargetValueHigh
The WorkoutStepMessage FIT message's customTargetValueHigh field.
WktStepDuration durationType
The WorkoutStepMessage FIT message's durationType field.
The WorkoutStepMessage class represents a FIT WorkoutStepMessage data message.
Intensity
Garmin FIT Intensity type.
WorkoutEquipment
Garmin FIT WorkoutEquipment type.
FitBaseType
Garmin FIT FitBaseType type.
ExerciseCategory
Garmin FIT ExerciseCategory type.
FitBaseUnit
Garmin FIT FitBaseUnit type.
MessageIndex
Garmin FIT MessageIndex type.
WktStepTarget
Garmin FIT WktStepTarget type.
WktStepDuration
Garmin FIT WktStepDuration type.