Monado OpenXR Runtime
Data Fields
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:
Collaboration graph
[legend]

Data Fields

struct xrt_prober_entry ** entries
 A a null terminated list of null terminated lists of xrt_prober_entry. More...
 
xrt_auto_prober_creatorauto_probers
 A null terminated list of xrt_auto_prober creation functions. More...
 
struct xrt_prober_entry_listsnext
 Allows you to chain multiple prober entry lists. More...
 

Detailed Description

Main root of all of the probing device.

Field Documentation

◆ auto_probers

xrt_auto_prober_creator* xrt_prober_entry_lists::auto_probers

A null terminated list of xrt_auto_prober creation functions.

◆ entries

struct xrt_prober_entry** xrt_prober_entry_lists::entries

A a null terminated list of null terminated lists of xrt_prober_entry.

◆ next

struct xrt_prober_entry_lists* xrt_prober_entry_lists::next

Allows you to chain multiple prober entry lists.


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