|
Monado OpenXR Runtime
|
Interface to simulated driver. More...

Go to the source code of this file.
Enumerations | |
| enum | simulated_movement { SIMULATED_MOVEMENT_WOBBLE , SIMULATED_MOVEMENT_ROTATE , SIMULATED_MOVEMENT_STATIONARY } |
| What type of movement should the simulated device do. More... | |
Functions | |
| enum u_logging_level | simulated_log_level (void) |
| Return the logging level that we want for the simulated related code. More... | |
| struct xrt_auto_prober * | simulated_create_auto_prober (void) |
| Create a auto prober for simulated devices. More... | |
| struct xrt_device * | simulated_hmd_create (enum simulated_movement movement, const struct xrt_pose *center) |
| Create a simulated hmd. More... | |
| struct xrt_device * | simulated_create_controller (enum xrt_device_name name, enum xrt_device_type type, const struct xrt_pose *center, struct xrt_tracking_origin *origin) |
| Create a simulated controller. More... | |
Interface to simulated driver.