Monado OpenXR Runtime
Data Fields
xrt_prober_entry Struct Reference

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
 

Detailed Description

Entry for a single device.

Field Documentation

◆ found

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)

◆ name

const char* xrt_prober_entry::name

◆ product_id

uint16_t xrt_prober_entry::product_id

◆ vendor_id

uint16_t xrt_prober_entry::vendor_id

The documentation for this struct was generated from the following file: