Monado OpenXR Runtime
Loading...
Searching...
No Matches
xrt_prober_entry_lists Struct Reference

Main root of all of the probing device. More...

#include <xrt/xrt_prober.h>

Collaboration diagram for xrt_prober_entry_lists:

Data Fields

xrt_builder_create_func_tbuilders
 A null terminated list of xrt_builder creation functions.
 
struct xrt_prober_entry ** entries
 A null terminated list of null terminated lists of xrt_prober_entry.
 
xrt_auto_prober_create_func_tauto_probers
 A null terminated list of xrt_auto_prober creation functions.
 
struct xrt_prober_entry_listsnext
 Lets you chain multiple prober entry lists.
 

Detailed Description

Main root of all of the probing device.

Field Documentation

◆ auto_probers

xrt_auto_prober_create_func_t* xrt_prober_entry_lists::auto_probers

A null terminated list of xrt_auto_prober creation functions.

◆ builders

xrt_builder_create_func_t* xrt_prober_entry_lists::builders

A null terminated list of xrt_builder creation functions.

◆ entries

struct xrt_prober_entry** xrt_prober_entry_lists::entries

A null terminated list of null terminated lists of xrt_prober_entry.

◆ next

struct xrt_prober_entry_lists* xrt_prober_entry_lists::next

Lets you chain multiple prober entry lists.


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