3#include <NDEVR/Button.h>
4#include <NDEVR/OrientationSensor.h>
7 class OrientationSensor;
16 void setIgnoreSounds(
bool ignore_sounds);
17 void setShowWide(
bool show_wide);
18 void showCalibrationOptionsPopup(
PopupInfo info);
19 void setAllowNewCalibration(
bool allow);
20 void setAllowVerifyCalibration(
bool allow);
21 void setAllowEditCalibration(
bool allow);
28 void sensorDestroyedSlot();
36 QTimer* m_stale_value_timer =
nullptr;
39 bool m_allow_new_calibration =
true;
40 bool m_allow_verify_calibration =
true;
41 bool m_allow_edit_calibration =
true;
Used to report the orientation of a Hardware object within 3D space.
Definition OrientationSensor.h:88
Represents a timestamp with utilities for manipulation and conversion.
Definition Time.h:54
GyroState
Definition OrientationSensor.h:39