Simulated driver builder.
More...
|
|
struct xrt_device * | create_controller (const char *str, enum xrt_device_type type, const struct xrt_pose *center, struct xrt_tracking_origin *origin) |
| |
|
static xrt_result_t | simulated_estimate_system (struct xrt_builder *xb, cJSON *config, struct xrt_prober *xp, struct xrt_builder_estimate *estimate) |
| |
| static xrt_result_t | simulated_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 | simulated_destroy (struct xrt_builder *xb) |
| |
| struct xrt_builder * | t_builder_simulated_create (void) |
| | Builder for Simulated driver devices.
|
| |
◆ simulated_open_system_impl()
◆ t_builder_simulated_create()
| struct xrt_builder * t_builder_simulated_create |
( |
void |
| ) |
|
Builder for Simulated driver devices.
References ARRAY_SIZE, u_builder::base, xrt_builder::destroy, xrt_builder::driver_identifier_count, xrt_builder::driver_identifiers, xrt_builder::estimate_system, xrt_builder::exclude_from_automatic_discovery, xrt_builder::identifier, xrt_builder::name, xrt_builder::open_system, u_builder::open_system_static_roles, simulated_open_system_impl(), u_builder_open_system_static_roles(), and U_TYPED_CALLOC.
◆ driver_list
| const char* driver_list[] |
|
static |