37 char magic[4] = {
'F',
'O',
'U',
'N'};
A Quaternion is a mutable object that represents a Quaternion.
Definition attitude-utils.hpp:192
Definition calibrate.cpp:7
Represents a complete serialized data file.
Definition datafile.hpp:61
DataFile & operator=(DataFile &&other)=default
Moves another DataFile.
std::string path
The path of this DataFile.
Definition datafile.hpp:82
DataFile()=default
Constructs this.
DataFile(DataFile &&other) noexcept=default
Moves another DataFile.
std::unique_ptr< LocationRecord[]> positions
Collection of location records in the file.
Definition datafile.hpp:75
Quaternion relative_attitude
Relative orientation (attitude) of the object as Euler angles.
Definition datafile.hpp:70
DataFileHeader header
Metadata header for the file (includes magic, version, and CRC).
Definition datafile.hpp:65