|
Monado OpenXR Runtime
|
Helper struct to manage devices by implementing the xrt_system_devices. More...
#include </builds/monado/monado/src/xrt/base/b_system_devices.h>

Data Fields | |
| struct xrt_system_devices | base |
| struct xrt_frame_context | xfctx |
| Optional frame context for visual tracking. | |
| struct xrt_tracking_origin | origin |
| Optional shared tracking origin. | |
Helper struct to manage devices by implementing the xrt_system_devices.
The default destroy function that is set by b_system_devices_allocate will first destroy all of the xrt_device and then destroy all nodes in the xrt_frame_context.
| struct xrt_tracking_origin b_system_devices::origin |
Optional shared tracking origin.
Referenced by t_builder_roles_helper_open_system().
| struct xrt_frame_context b_system_devices::xfctx |
Optional frame context for visual tracking.
Referenced by b_system_devices_close(), and t_builder_roles_helper_open_system().