Monado OpenXR Runtime
ipc_client_instance Struct Reference
Inheritance diagram for ipc_client_instance:
Collaboration diagram for ipc_client_instance:

Data Fields

struct xrt_instance base
 Base. More...
 
struct ipc_connection ipc_c
 
struct xrt_tracking_originxtracks [XRT_SYSTEM_MAX_DEVICES]
 
size_t xtrack_count
 
struct xrt_devicexdevs [XRT_SYSTEM_MAX_DEVICES]
 
size_t xdev_count
 
- Data Fields inherited from xrt_instance
struct xrt_instance_info instance_info
 
uint64_t startup_timestamp
 
xrt_result_t(* create_system )(struct xrt_instance *xinst, struct xrt_system **out_xsys, struct xrt_system_devices **out_xsysd, struct xrt_space_overseer **out_xso, struct xrt_system_compositor **out_xsysc)
 Creates all of the system resources like the devices and system compositor. More...
 
xrt_result_t(* get_prober )(struct xrt_instance *xinst, struct xrt_prober **out_xp)
 Get the instance xrt_prober, if any. More...
 
void(* destroy )(struct xrt_instance *xinst)
 Destroy the instance and its owned objects, including the prober (if any). More...
 

Additional Inherited Members

- Public Member Functions inherited from xrt_instance
static xrt_result_t xrt_instance_create_system (struct xrt_instance *xinst, struct xrt_system **out_xsys, struct xrt_system_devices **out_xsysd, struct xrt_space_overseer **out_xso, struct xrt_system_compositor **out_xsysc)
 Creates all of the system resources like the devices and system compositor. More...
 
static xrt_result_t xrt_instance_get_prober (struct xrt_instance *xinst, struct xrt_prober **out_xp)
 Get the instance xrt_prober, if any. More...
 
static void xrt_instance_destroy (struct xrt_instance **xinst_ptr)
 Destroy an xrt_instance - helper function. More...
 

Field Documentation

◆ base

struct xrt_instance ipc_client_instance::base

Base.


The documentation for this struct was generated from the following file: