29 #ifndef QTFIT_WORKOUTSESSIONMESSAGE_P_H
30 #define QTFIT_WORKOUTSESSIONMESSAGE_P_H
81 bool setField(
const int fieldId,
const QByteArray &data,
82 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.
MessageIndex messageIndex
The WorkoutSessionMessage FIT message's messageIndex field.
SubSport subSport
The WorkoutSessionMessage FIT message's subSport field.
quint16 firstStepIndex
The WorkoutSessionMessage FIT message's firstStepIndex field.
virtual ~WorkoutSessionMessagePrivate()
quint16 poolLength
The WorkoutSessionMessage FIT message's poolLength field.
Sport sport
The WorkoutSessionMessage FIT message's sport field.
quint16 numValidSteps
The WorkoutSessionMessage FIT message's numValidSteps field.
bool setField(const int fieldId, const QByteArray &data, const FitBaseType baseType, const bool bigEndian) override
DisplayMeasure poolLengthUnit
The WorkoutSessionMessage FIT message's poolLengthUnit field.
The WorkoutSessionMessage class represents a FIT WorkoutSessionMessage data message.
FitBaseType
Garmin FIT FitBaseType type.
Sport
Garmin FIT Sport type.
DisplayMeasure
Garmin FIT DisplayMeasure type.
MessageIndex
Garmin FIT MessageIndex type.
SubSport
Garmin FIT SubSport type.