30 #ifndef QTFIT_COURSEPOINTMESSAGE_H
31 #define QTFIT_COURSEPOINTMESSAGE_H
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);
#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 CoursePointMessage class represents a FIT CoursePointMessage data message.
CoursePoint
Garmin FIT CoursePoint type.
MessageIndex
Garmin FIT MessageIndex type.
DateTime
Seconds since UTC 00:00 Dec 31 1989.