Monado OpenXR Runtime
|
#include <hdk/hdk_device.h>
Data Fields | |
struct xrt_device | base |
struct os_hid_device * | dev |
enum HDK_VARIANT | variant |
struct os_thread_helper | imu_thread |
bool | print_spew |
bool | print_debug |
bool | disconnect_notified |
struct xrt_quat | quat |
struct xrt_quat | ang_vel_quat |
bool | quat_valid |
struct xrt_quat hdk_device::ang_vel_quat |
struct xrt_device hdk_device::base |
Referenced by hdk_device_create().
struct os_hid_device* hdk_device::dev |
bool hdk_device::disconnect_notified |
struct os_thread_helper hdk_device::imu_thread |
bool hdk_device::print_debug |
bool hdk_device::print_spew |
struct xrt_quat hdk_device::quat |
bool hdk_device::quat_valid |
enum HDK_VARIANT hdk_device::variant |