30 #ifndef QTFIT_TIMESTAMPCORRELATIONMESSAGE_H
31 #define QTFIT_TIMESTAMPCORRELATIONMESSAGE_H
46 quint16 fractionalTimestamp()
const;
48 quint16 fractionalSystemTimestamp()
const;
50 quint16 timestampMs()
const;
51 quint16 systemTimestampMs()
const;
53 void setTimestamp(
const DateTime timestamp);
54 void setFractionalTimestamp(
const quint16 fractionalTimestamp);
55 void setSystemTimestamp(
const DateTime systemTimestamp);
56 void setFractionalSystemTimestamp(
const quint16 fractionalSystemTimestamp);
58 void setTimestampMs(
const quint16 timestampMs);
59 void setSystemTimestampMs(
const quint16 systemTimestampMs);
#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 TimestampCorrelationMessage class represents a FIT TimestampCorrelationMessage data message.
LocalDateTime
Seconds since 00:00 Dec 31 1989 in local time zone.
DateTime
Seconds since UTC 00:00 Dec 31 1989.