Monado OpenXR Runtime
|
#include <daydream/daydream_device.h>
Data Fields | |
struct xrt_device | base |
struct os_ble_device * | ble |
struct os_thread_helper | oth |
char | mac [128] |
char | path [128] |
struct { | |
struct os_mutex lock | |
Lock for last and fusion. More... | |
struct daydream_parsed_input last | |
Last sensor read. More... | |
struct m_imu_pre_filter pre_filter | |
struct m_imu_3dof fusion | |
}; | |
bool | print_spew |
bool | print_debug |
struct { | |
bool last | |
} | gui |
struct { ... } |
struct xrt_device daydream_device::base |
Referenced by daydream_device_create().
struct os_ble_device* daydream_device::ble |
struct m_imu_3dof daydream_device::fusion |
struct { ... } daydream_device::gui |
struct daydream_parsed_input daydream_device::last |
Last sensor read.
bool daydream_device::last |
struct os_mutex daydream_device::lock |
Lock for last and fusion.
char daydream_device::mac[128] |
struct os_thread_helper daydream_device::oth |
char daydream_device::path[128] |
struct m_imu_pre_filter daydream_device::pre_filter |
bool daydream_device::print_debug |
bool daydream_device::print_spew |