Monado OpenXR Runtime
|
Qwerty devices builder. More...
#include "xrt/xrt_config_drivers.h"
#include "util/u_misc.h"
#include "util/u_debug.h"
#include "util/u_builders.h"
#include "util/u_system_helpers.h"
#include "target_builder_interface.h"
#include "qwerty/qwerty_interface.h"
#include <assert.h>
Functions | |
static xrt_result_t | qwerty_estimate_system (struct xrt_builder *xb, cJSON *config, struct xrt_prober *xp, struct xrt_builder_estimate *estimate) |
static xrt_result_t | qwerty_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 | qwerty_destroy (struct xrt_builder *xb) |
struct xrt_builder * | t_builder_qwerty_create (void) |
The qwerty driver builder. More... | |
Variables | |
static const char * | driver_list [] |
Qwerty devices builder.
struct xrt_builder * t_builder_qwerty_create | ( | void | ) |
The qwerty driver builder.
References u_builder::base, xrt_builder::estimate_system, and U_TYPED_CALLOC.
|
static |