Monado OpenXR Runtime
|
Data Fields | |
struct xrt_device | base |
struct os_ble_device * | ble |
struct os_thread_helper | oth |
struct { | |
uint64_t device_time | |
Device time. More... | |
struct os_mutex lock | |
Lock for last and fusion. More... | |
uint64_t last_time | |
struct m_imu_pre_filter pre_filter | |
Pre filter for the IMU. More... | |
struct m_imu_3dof fusion | |
}; | |
struct { | |
bool last | |
} | gui |
bool | print_spew |
bool | print_debug |
struct { ... } |
struct xrt_device arduino_device::base |
Referenced by arduino_device_create().
struct os_ble_device* arduino_device::ble |
uint64_t arduino_device::device_time |
Device time.
struct m_imu_3dof arduino_device::fusion |
struct { ... } arduino_device::gui |
bool arduino_device::last |
uint64_t arduino_device::last_time |
struct os_mutex arduino_device::lock |
Lock for last and fusion.
struct os_thread_helper arduino_device::oth |
struct m_imu_pre_filter arduino_device::pre_filter |
Pre filter for the IMU.
bool arduino_device::print_debug |
bool arduino_device::print_spew |