29 #ifndef QTFIT_SEGMENTPOINTMESSAGE_P_H
30 #define QTFIT_SEGMENTPOINTMESSAGE_P_H
83 bool setField(
const int fieldId,
const QByteArray &data,
84 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.
virtual ~SegmentPointMessagePrivate()
quint32 distance
The SegmentPointMessage FIT message's distance field.
bool setField(const int fieldId, const QByteArray &data, const FitBaseType baseType, const bool bigEndian) override
quint32 leaderTime
The SegmentPointMessage FIT message's leaderTime field.
qint32 positionLat
The SegmentPointMessage FIT message's positionLat field.
quint16 altitude
The SegmentPointMessage FIT message's altitude field.
qint32 positionLong
The SegmentPointMessage FIT message's positionLong field.
MessageIndex messageIndex
The SegmentPointMessage FIT message's messageIndex field.
The SegmentPointMessage class represents a FIT SegmentPointMessage data message.
FitBaseType
Garmin FIT FitBaseType type.
MessageIndex
Garmin FIT MessageIndex type.