30 #ifndef QTFIT_SEGMENTPOINTMESSAGE_H
31 #define QTFIT_SEGMENTPOINTMESSAGE_H
46 qint32 positionLat()
const;
47 qint32 positionLong()
const;
48 quint32 distance()
const;
49 quint16 altitude()
const;
50 quint32 leaderTime()
const;
53 void setPositionLat(
const qint32 positionLat);
54 void setPositionLong(
const qint32 positionLong);
55 void setDistance(
const quint32 distance);
56 void setAltitude(
const quint16 altitude);
57 void setLeaderTime(
const quint32 leaderTime);
#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 SegmentPointMessage class represents a FIT SegmentPointMessage data message.
MessageIndex
Garmin FIT MessageIndex type.