3#include <NDEVR/Vertex.h>
4#include <NDEVR/Vector.h>
5#include <NDEVR/Angle.h>
6#include <NDEVR/TimeSpan.h>
8#include <NDEVR/AngleDefinitions.h>
9#include <NDEVR/Buffer.h>
10#include <NDEVR/Time.h>
57 void setCalibrationMatrix(
const Matrix<fltp08>& calibration_matrix);
Stores an angle in an optimized internal format with support for efficient trigonometric operations.
The equivelent of std::vector but with a bit more control.
Logic for reading or writing to a file as well as navigating filesystems or other common file operati...
IOFactory interface for reading and writing data from magnetometer calibration checks to excel files.
Matrix< fltp08 > m_calibration_matrix
Magnetometer calibration matrix.
fltp08 m_acceleration_tolerance
Tolerance for acceleration-based filtering.
Templated logic for doing matrix multiplication.
The core String class for the NDEVR API.
Stores a time span, or difference between two times, with an optional start time.
Represents a timestamp with utilities for manipulation and conversion.
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
double fltp08
Defines an alias representing an 8 byte floating-point number.
@ file
The source file path associated with this object.
Defines for a given type (such as sint04, fltp08, UUID, etc) a maximum, minimum, and reserved 'invali...
The structure used by the library for storing key points of data used to write to a MagneticCalibrati...
Angle< fltp08 > raw_angle
Raw sensor angle.
TimeSpan time_offset
Time offset from the start.
Angle< fltp08 > magnetic_angle
Computed magnetic angle.
uint04 count
Number of readings averaged.
XLSXMagneticAngleReading reference_reading
Reference reading at this keypoint.
The structure used by the library for storing averaged points of data used to write to a MagneticCali...
Angle< fltp08 > reference_angle
Reference angle for this average group.
Buffer< XLSXKeyPointMagneticAngleReading > points
Keypoints within this average group.
The structure used for storing data to write to a MagneticCalibrationSpreadsheet.
Ray< 3, fltp08 > computed_acc
Computed acceleration vector.
Time time
Timestamp of the reading.
fltp08 voltage
Supply voltage at time of reading.
Ray< 3, fltp08 > magnet
Magnetometer reading vector.
Ray< 3, fltp08 > raw
Raw sensor reading vector.
Ray< 3, fltp08 > computed_hdg
Computed heading vector.
fltp08 temperature
Sensor temperature at time of reading.
Ray< 3, fltp08 > gyro
Gyroscope reading vector.
Ray< 3, fltp08 > acceleration
Accelerometer reading vector.