Monado OpenXR Runtime
|
A simple prober to probe for a HMD device connected to the system. More...
#include <xrt/xrt_prober.h>
Data Fields | |
const char * | name |
struct xrt_device *(* | lelo_dallas_autoprobe )(struct xrt_auto_prober *xap, cJSON *attached_data, bool no_hmds, struct xrt_prober *xp) |
Do the internal probing that the driver needs to do in order to find devices. More... | |
void(* | destroy )(struct xrt_auto_prober *xdev) |
A simple prober to probe for a HMD device connected to the system.
void(* xrt_auto_prober::destroy) (struct xrt_auto_prober *xdev) |
struct xrt_device*(* xrt_auto_prober::lelo_dallas_autoprobe) (struct xrt_auto_prober *xap, cJSON *attached_data, bool no_hmds, struct xrt_prober *xp) |
Do the internal probing that the driver needs to do in order to find devices.
const char* xrt_auto_prober::name |