Monado OpenXR Runtime
Functions | Variables
cli_prober.c File Reference

Small file to allow the prober to start. More...

#include <stdio.h>
#include "target_lists.h"
#include "cli_common.h"
Include dependency graph for cli_prober.c:

Functions

int xrt_prober_create (struct xrt_prober **out_xp)
 Call this function to create the xrt_prober. More...
 

Variables

struct xrt_prober_entry quirks_list []
 
struct xrt_prober_entryentry_lists []
 
struct xrt_prober_entry_lists list
 

Detailed Description

Small file to allow the prober to start.

Author
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m

Variable Documentation

◆ entry_lists

struct xrt_prober_entry* entry_lists[]
Initial value:
= {
NULL,
}
struct xrt_prober_entry quirks_list[]
Definition: cli_prober.c:27
struct xrt_prober_entry target_entry_list[]
Each entry should be a vendor ID (VID), product ID (PID), a "found" function, and a string literal na...
Definition: target_lists.c:71

◆ list

Initial value:
= {
NULL,
}
struct xrt_prober_entry * entry_lists[]
Definition: cli_prober.c:32
xrt_auto_prober_creator target_auto_list[]
Definition: target_lists.c:103

◆ quirks_list

struct xrt_prober_entry quirks_list[]
Initial value:
= {
{0x1415, 0x2000, ps3_eye_found, "PS3 Eye"},
{0x0000, 0x0000, NULL, NULL},
}