|
QtFit
0.1
Internal library development documentation
|
Public Member Functions | |
| TimestampCorrelationMessagePrivate (TimestampCorrelationMessage *const q) | |
| virtual | ~TimestampCorrelationMessagePrivate () |
Public Member Functions inherited from AbstractDataMessagePrivate | |
| AbstractDataMessagePrivate (AbstractDataMessage *const q) | |
| virtual | ~AbstractDataMessagePrivate () |
| bool | setFields (const DataDefinition *const defn, const QByteArray &record) |
Public Attributes | |
| DateTime | timestamp |
| The TimestampCorrelationMessage FIT message's timestamp field. More... | |
| quint16 | fractionalTimestamp |
| The TimestampCorrelationMessage FIT message's fractionalTimestamp field. More... | |
| DateTime | systemTimestamp |
| The TimestampCorrelationMessage FIT message's systemTimestamp field. More... | |
| quint16 | fractionalSystemTimestamp |
| The TimestampCorrelationMessage FIT message's fractionalSystemTimestamp field. More... | |
| LocalDateTime | localTimestamp |
| The TimestampCorrelationMessage FIT message's localTimestamp field. More... | |
| quint16 | timestampMs |
| The TimestampCorrelationMessage FIT message's timestampMs field. More... | |
| quint16 | systemTimestampMs |
| The TimestampCorrelationMessage FIT message's systemTimestampMs field. More... | |
Public Attributes inherited from AbstractDataMessagePrivate | |
| MesgNum | globalMessageNumber |
| FIT Globla Message Number for this FIT Data Message. | |
Protected Member Functions | |
| bool | setField (const int fieldId, const QByteArray &data, const FitBaseType baseType, const bool bigEndian) override |
Protected Member Functions inherited from AbstractDataMessagePrivate | |
| bool | verify (const QByteArray &data, const FitBaseType actualType, const int expectedSize, const FitBaseType expectedType, const char *messageFieldName) |
Additional Inherited Members | |
Protected Attributes inherited from AbstractDataMessagePrivate | |
| AbstractDataMessage *const | q_ptr |
| Internal q-pointer. | |
The TimestampCorrelationMessagePrivate class provides private implementation for the TimestampCorrelationMessage.
Definition at line 38 of file timestampcorrelationmessage_p.h.
|
explicit |
Constructs a TimestampCorrelationMessagePrivate object with public implementation q.
| q | Pointer to public implementaton. |
Definition at line 250 of file timestampcorrelationmessage.cpp.
References AbstractDataMessagePrivate::globalMessageNumber.
|
virtual |
Destroys the TimestampCorrelationMessagePrivate object.
Definition at line 268 of file timestampcorrelationmessage.cpp.
|
overrideprotectedvirtual |
Sets the value of the fieldId field.
Derived classes must implement this method to extract the baseType value from data, and assign the extracted value the fieldId field.
| fieldId | The field number within the given FIT data message. |
| data | The raw data to extract the field value from. |
| baseType | The FIT base type for the field. |
| bigEndian | Whether or not multibyte values in record are big-endian. |
true if the field was set, or safely ignored; false otherwise. Implements AbstractDataMessagePrivate.
Definition at line 273 of file timestampcorrelationmessage.cpp.
References AbstractDataMessagePrivate::verify().
| quint16 TimestampCorrelationMessagePrivate::fractionalSystemTimestamp |
The TimestampCorrelationMessage FIT message's fractionalSystemTimestamp field.
Fractional part of the system timestamp
Definition at line 67 of file timestampcorrelationmessage_p.h.
| quint16 TimestampCorrelationMessagePrivate::fractionalTimestamp |
The TimestampCorrelationMessage FIT message's fractionalTimestamp field.
Fractional part of the UTC timestamp at the time the system timestamp was recorded.
Definition at line 53 of file timestampcorrelationmessage_p.h.
| LocalDateTime TimestampCorrelationMessagePrivate::localTimestamp |
The TimestampCorrelationMessage FIT message's localTimestamp field.
timestamp epoch expressed in local time used to convert timestamps to local time
Definition at line 74 of file timestampcorrelationmessage_p.h.
| DateTime TimestampCorrelationMessagePrivate::systemTimestamp |
The TimestampCorrelationMessage FIT message's systemTimestamp field.
Whole second part of the system timestamp
Definition at line 60 of file timestampcorrelationmessage_p.h.
| quint16 TimestampCorrelationMessagePrivate::systemTimestampMs |
The TimestampCorrelationMessage FIT message's systemTimestampMs field.
Millisecond part of the system timestamp
Definition at line 88 of file timestampcorrelationmessage_p.h.
| DateTime TimestampCorrelationMessagePrivate::timestamp |
The TimestampCorrelationMessage FIT message's timestamp field.
Whole second part of UTC timestamp at the time the system timestamp was recorded.
Definition at line 46 of file timestampcorrelationmessage_p.h.
| quint16 TimestampCorrelationMessagePrivate::timestampMs |
The TimestampCorrelationMessage FIT message's timestampMs field.
Millisecond part of the UTC timestamp at the time the system timestamp was recorded.
Definition at line 81 of file timestampcorrelationmessage_p.h.