Monado OpenXR Runtime
|
Entry for a single device. More...
#include <xrt/xrt_prober.h>
Data Fields | |
uint16_t | vendor_id |
uint16_t | product_id |
int(* | found )(struct xrt_prober *xp, struct xrt_prober_device **devices, size_t num_devices, size_t index, cJSON *attached_data, struct xrt_device **out_xdevs) |
const char * | name |
Entry for a single device.
int(* xrt_prober_entry::found) (struct xrt_prober *xp, struct xrt_prober_device **devices, size_t num_devices, size_t index, cJSON *attached_data, struct xrt_device **out_xdevs) |
const char* xrt_prober_entry::name |
uint16_t xrt_prober_entry::product_id |
uint16_t xrt_prober_entry::vendor_id |