Monado OpenXR Runtime
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. More...
 
struct xrt_prober_entry ** entries
 A null terminated list of null terminated lists of xrt_prober_entry. More...
 
xrt_auto_prober_create_func_tauto_probers
 A null terminated list of xrt_auto_prober creation functions. More...
 
struct xrt_prober_entry_listsnext
 Lets you chain multiple prober entry lists. More...
 

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: