Monado OpenXR Runtime
|
#include <prober/p_prober.h>
Data Fields | |
struct xrt_prober | base |
struct xrt_prober_entry_lists * | lists |
struct { | |
cJSON * root | |
} | json |
struct xrt_auto_prober * | auto_probers [MAX_AUTO_PROBERS] |
size_t | num_devices |
struct prober_device * | devices |
size_t | num_entries |
struct xrt_prober_entry ** | entries |
bool | print_debug |
bool | print_spew |
struct xrt_auto_prober* prober::auto_probers[MAX_AUTO_PROBERS] |
struct xrt_prober prober::base |
Referenced by p_tracking_teardown().
struct prober_device* prober::devices |
Referenced by p_dev_get_bluetooth_dev(), and p_dev_get_usb_dev().
struct xrt_prober_entry** prober::entries |
struct { ... } prober::json |
struct xrt_prober_entry_lists* prober::lists |
size_t prober::num_devices |
Referenced by p_dev_get_bluetooth_dev(), and p_dev_get_usb_dev().
size_t prober::num_entries |
bool prober::print_debug |
bool prober::print_spew |
cJSON* prober::root |