30 #ifndef QTFIT_COURSEPOINTMESSAGE_H
31 #define QTFIT_COURSEPOINTMESSAGE_H
37 class CoursePointMessagePrivate;
47 qint32 positionLat()
const;
48 qint32 positionLong()
const;
49 quint32 distance()
const;
52 bool favorite()
const;
55 void setTimestamp(
const DateTime timestamp);
56 void setPositionLat(
const qint32 positionLat);
57 void setPositionLong(
const qint32 positionLong);
58 void setDistance(
const quint32 distance);
60 void setName(
const QString name);
61 void setFavorite(
const bool favorite);
Declares the AbstractDataMessage class.
The AbstractDataMessage class is the polymorphic base class for all FIT Data Message classes.
Definition: abstractdatamessage.h:36
The CoursePointMessage class represents a FIT CoursePointMessage data message.
Definition: coursepointmessage.h:39
CoursePoint
Garmin FIT CoursePoint type.
Definition: types.h:1446
MessageIndex
Garmin FIT MessageIndex type.
Definition: types.h:263
DateTime
Seconds since UTC 00:00 Dec 31 1989.
Definition: types.h:237