Monado OpenXR Runtime
target_builder_steamvr.c File Reference

Builder for SteamVR proprietary driver wrapper. More...

#include "tracking/t_hand_tracking.h"
#include "tracking/t_tracking.h"
#include "xrt/xrt_config_drivers.h"
#include "xrt/xrt_device.h"
#include "xrt/xrt_prober.h"
#include "util/u_builders.h"
#include "util/u_config_json.h"
#include "util/u_debug.h"
#include "util/u_device.h"
#include "util/u_sink.h"
#include "util/u_system_helpers.h"
#include "vive/vive_builder.h"
#include "target_builder_interface.h"
#include "steamvr_lh/steamvr_lh_interface.h"
Include dependency graph for target_builder_steamvr.c:

Data Structures

struct  steamvr_builder
 

Macros

#define LH_TRACE(...)   U_LOG_IFL_T(debug_get_log_option_steamvr_log(), __VA_ARGS__)
 
#define LH_DEBUG(...)   U_LOG_IFL_D(debug_get_log_option_steamvr_log(), __VA_ARGS__)
 
#define LH_INFO(...)   U_LOG_IFL_I(debug_get_log_option_steamvr_log(), __VA_ARGS__)
 
#define LH_WARN(...)   U_LOG_IFL_W(debug_get_log_option_steamvr_log(), __VA_ARGS__)
 
#define LH_ERROR(...)   U_LOG_IFL_E(debug_get_log_option_steamvr_log(), __VA_ARGS__)
 

Functions

static xrt_result_t steamvr_estimate_system (struct xrt_builder *xb, cJSON *config, struct xrt_prober *xp, struct xrt_builder_estimate *estimate)
 
static xrt_result_t steamvr_open_system (struct xrt_builder *xb, cJSON *config, struct xrt_prober *xp, struct xrt_session_event_sink *broadcast, struct xrt_system_devices **out_xsysd, struct xrt_space_overseer **out_xso)
 
static void steamvr_destroy (struct xrt_builder *xb)
 
struct xrt_buildert_builder_steamvr_create (void)
 Builder for SteamVR proprietary wrapper (vive, index, tundra trackers, etc.) More...
 

Variables

static const char * driver_list []
 

Detailed Description

Builder for SteamVR proprietary driver wrapper.

Author
BabbleBones Babbl.nosp@m.eBon.nosp@m.es@pr.nosp@m.oton.nosp@m.mail..nosp@m.com
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m

Function Documentation

◆ t_builder_steamvr_create()

struct xrt_builder* t_builder_steamvr_create ( void  )

Builder for SteamVR proprietary wrapper (vive, index, tundra trackers, etc.)

References xrt_builder::estimate_system, and U_TYPED_CALLOC.

Variable Documentation

◆ driver_list

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