|
QtFit
0.1
Internal library development documentation
|
Internal types used by QtFit classes. More...
Go to the source code of this file.
Classes | |
| struct | DeveloperFieldDefinition |
| Custom developer field definition. More... | |
| struct | FieldDefinition |
| Field Definition for FIT Data Messages. More... | |
| struct | DataDefinition |
| Data Message definition. More... | |
Enumerations | |
| enum class | Architecture : quint8 { LittleEndian = 0 , BigEndian = 1 } |
| Architecture Type for FIT Data Messages. More... | |
Internal types used by QtFit classes.
Definition in file types_p.h.
|
strong |
Architecture Type for FIT Data Messages.
Currently the FIT format only specified big and little endian byte-ordering, but the architecture is specified as a unsigned byte, so could, theoretically, support other architectures in future.
| Enumerator | |
|---|---|
| LittleEndian | Big-endian byte ordering. |
| BigEndian | Little-endian byte ordering. |
Definition at line 42 of file types_p.h.