Builder for SimulaVR devices.
More...
|
#define | SVR_TRACE(...) U_LOG_IFL_T(debug_get_log_option_svr_log(), __VA_ARGS__) |
|
#define | SVR_DEBUG(...) U_LOG_IFL_D(debug_get_log_option_svr_log(), __VA_ARGS__) |
|
#define | SVR_INFO(...) U_LOG_IFL_I(debug_get_log_option_svr_log(), __VA_ARGS__) |
|
#define | SVR_WARN(...) U_LOG_IFL_W(debug_get_log_option_svr_log(), __VA_ARGS__) |
|
#define | SVR_ERROR(...) U_LOG_IFL_E(debug_get_log_option_svr_log(), __VA_ARGS__) |
|
|
bool | process_poly_values (const cJSON *values, struct svr_display_distortion_polynomial_values *out_values) |
|
static bool | process_config (const char *config_path, struct svr_two_displays_distortion *out_dist) |
|
static xrt_result_t | svr_estimate_system (struct xrt_builder *xb, cJSON *config, struct xrt_prober *xp, struct xrt_builder_estimate *estimate) |
|
static xrt_result_t | svr_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 | svr_destroy (struct xrt_builder *xb) |
|
struct xrt_builder * | t_builder_simula_create (void) |
| Builder for SimulaVR headsets. More...
|
|
◆ t_builder_simula_create()
◆ driver_list
const char* driver_list[] |
|
static |