30 #ifndef QTFIT_ACTIVITYMESSAGE_H
31 #define QTFIT_ACTIVITYMESSAGE_H
46 quint32 totalTimerTime()
const;
47 quint16 numSessions()
const;
52 quint8 eventGroup()
const;
54 void setTimestamp(
const DateTime timestamp);
55 void setTotalTimerTime(
const quint32 totalTimerTime);
56 void setNumSessions(
const quint16 numSessions);
58 void setEvent(
const Event event);
59 void setEventType(
const EventType eventType);
61 void setEventGroup(
const quint8 eventGroup);
#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 ActivityMessage class represents a FIT ActivityMessage data message.
LocalDateTime
Seconds since 00:00 Dec 31 1989 in local time zone.
EventType
Garmin FIT EventType type.
Event
Garmin FIT Event type.
Activity
Garmin FIT Activity type.
DateTime
Seconds since UTC 00:00 Dec 31 1989.