30 #ifndef QTFIT_TIMESTAMPCORRELATIONMESSAGE_H
31 #define QTFIT_TIMESTAMPCORRELATIONMESSAGE_H
37 class TimestampCorrelationMessagePrivate;
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);
Declares the AbstractDataMessage class.
The AbstractDataMessage class is the polymorphic base class for all FIT Data Message classes.
Definition: abstractdatamessage.h:36
The TimestampCorrelationMessage class represents a FIT TimestampCorrelationMessage data message.
Definition: timestampcorrelationmessage.h:39
LocalDateTime
Seconds since 00:00 Dec 31 1989 in local time zone.
Definition: types.h:250
DateTime
Seconds since UTC 00:00 Dec 31 1989.
Definition: types.h:237