30 #ifndef QTFIT_SEGMENTPOINTMESSAGE_H
31 #define QTFIT_SEGMENTPOINTMESSAGE_H
37 class SegmentPointMessagePrivate;
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);
Declares the AbstractDataMessage class.
The AbstractDataMessage class is the polymorphic base class for all FIT Data Message classes.
Definition: abstractdatamessage.h:36
The SegmentPointMessage class represents a FIT SegmentPointMessage data message.
Definition: segmentpointmessage.h:39
MessageIndex
Garmin FIT MessageIndex type.
Definition: types.h:263