Monado OpenXR Runtime
|
Simple do-nothing dummy driver. More...
Files | |
file | dummy_hmd.c |
Dummy HMD device. | |
file | dummy_interface.h |
Interface to dummy driver. | |
file | dummy_prober.c |
Dummy prober code. | |
Functions | |
struct xrt_auto_prober * | dummy_create_auto_prober (void) |
Create a auto prober for dummy devices. More... | |
struct xrt_device * | dummy_hmd_create (void) |
Create a dummy hmd. More... | |
Simple do-nothing dummy driver.
struct xrt_auto_prober* dummy_create_auto_prober | ( | void | ) |
#include <drivers/dummy/dummy_interface.h>
Create a auto prober for dummy devices.
References dummy_prober::base, xrt_auto_prober::destroy, xrt_auto_prober::name, and U_TYPED_CALLOC.
struct xrt_device* dummy_hmd_create | ( | void | ) |
#include <drivers/dummy/dummy_interface.h>
Create a dummy hmd.
References dummy_hmd::base, U_DEVICE_ALLOC_HMD, U_DEVICE_ALLOC_TRACKING_NONE, U_DEVICE_ALLOCATE, and xrt_device::update_inputs.