3#include <NDEVR/Button.h>
4#include <NDEVR/OrientationSensor.h>
7 class OrientationSensor;
39 QTimer* m_stale_value_timer =
nullptr;
42 bool m_allow_new_calibration =
true;
43 bool m_allow_verify_calibration =
true;
44 bool m_allow_edit_calibration =
true;
Used to report the orientation of a Hardware object within 3D space.
Definition OrientationSensor.h:86
Represents a timestamp with utilities for manipulation and conversion.
Definition Time.h:54
GyroState
Used by OrientationSensor to display the current state of any available gyro.
Definition OrientationSensor.h:43