Monado OpenXR Runtime
|
Entry for a single device. More...
#include <xrt/xrt_prober.h>
Data Fields | |
uint16_t | vendor_id |
USB/Bluetooth vendor ID (VID) to filter on. More... | |
uint16_t | product_id |
USB/Bluetooth product ID (PID) to filter on. More... | |
xrt_prober_found_func_t | found |
Handler that gets called when a device matching vendor and product ID is detected. More... | |
const char * | name |
A human-readable name for the device associated with this VID/PID. More... | |
const char * | driver_name |
A human-readable name for the driver associated with this VID/PID. More... | |
Entry for a single device.
const char* xrt_prober_entry::driver_name |
A human-readable name for the driver associated with this VID/PID.
Separate because a single driver might handle multiple VID/PID entries.
xrt_prober_found_func_t xrt_prober_entry::found |
Handler that gets called when a device matching vendor and product ID is detected.
const char* xrt_prober_entry::name |
A human-readable name for the device associated with this VID/PID.
Referenced by ipcproto.common.Arg::__init__(), ipcproto.common.Call::__init__(), bindings.Profile::__init__(), ipcproto.common.Arg::dump(), ipcproto.common.Call::dump(), ipcproto.common.Arg::get_func_argument_in(), ipcproto.common.Arg::get_func_argument_out(), ipcproto.common.Arg::get_struct_field(), ipcproto.common.Call::write_call_decl(), ipcproto.common.Call::write_handler_decl(), ipcproto.common.Call::write_receive_decl(), and ipcproto.common.Call::write_send_decl().
uint16_t xrt_prober_entry::product_id |
USB/Bluetooth product ID (PID) to filter on.
uint16_t xrt_prober_entry::vendor_id |
USB/Bluetooth vendor ID (VID) to filter on.