Monado OpenXR Runtime
Loading...
Searching...
No Matches
target_builder_psvr2.c File Reference

PS VR2 prober code. More...

#include "xrt/xrt_config_drivers.h"
#include "xrt/xrt_prober.h"
#include "util/u_builders.h"
#include "util/u_debug.h"
#include "util/u_misc.h"
#include "util/u_logging.h"
#include "util/u_system_helpers.h"
#include "util/u_trace_marker.h"
#include "psvr2/psvr2_interface.h"
Include dependency graph for target_builder_psvr2.c:

Data Structures

struct  psvr2_builder
 

Macros

#define PSVR2_ERROR(p, ...)   U_LOG_IFL_E(p->log_level, __VA_ARGS__)
 
#define PSVR2_DEBUG(p, ...)   U_LOG_IFL_D(p->log_level, __VA_ARGS__)
 

Functions

static struct psvr2_builderpsvr2_builder (struct xrt_builder *xb)
 
static xrt_result_t psvr2_estimate_system (struct xrt_builder *xb, cJSON *config, struct xrt_prober *xp, struct xrt_builder_estimate *estimate)
 
static xrt_result_t psvr2_open_system_impl (struct xrt_builder *xb, cJSON *config, struct xrt_prober *xp, struct xrt_tracking_origin *origin, struct xrt_system_devices *xsysd, struct xrt_frame_context *xfctx, struct u_builder_roles_helper *ubrh)
 
static void psvr2_destroy (struct xrt_builder *xb)
 
struct xrt_buildert_builder_psvr2_create (void)
 The PS VR2 driver builder.
 

Variables

static const char * driver_list []
 

Detailed Description

PS VR2 prober code.

Author
Beyley Cardellio ep1cm.nosp@m.1n10.nosp@m.n123@.nosp@m.gmai.nosp@m.l.com

Function Documentation

◆ t_builder_psvr2_create()

Variable Documentation

◆ driver_list

const char* driver_list[]
static
Initial value:
= {
"psvr2",
"pssense",
}