30 #ifndef QTFIT_HRMESSAGE_H
31 #define QTFIT_HRMESSAGE_H
46 quint16 fractionalTimestamp()
const;
47 quint8 time256()
const;
48 quint8 filteredBpm()
const;
49 quint32 eventTimestamp()
const;
50 quint8 eventTimestamp12()
const;
52 void setTimestamp(
const DateTime timestamp);
53 void setFractionalTimestamp(
const quint16 fractionalTimestamp);
54 void setTime256(
const quint8 time256);
55 void setFilteredBpm(
const quint8 filteredBpm);
56 void setEventTimestamp(
const quint32 eventTimestamp);
57 void setEventTimestamp12(
const quint8 eventTimestamp12);
#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 HrMessage class represents a FIT HrMessage data message.
DateTime
Seconds since UTC 00:00 Dec 31 1989.