Monado OpenXR Runtime
Data Fields
xrt_tracking_factory Struct Reference

Tracking factory. More...

#include <xrt/xrt_tracking.h>

Collaboration diagram for xrt_tracking_factory:
Collaboration graph
[legend]

Data Fields

struct xrt_frame_contextxfctx
 Internal frame context, exposed for debugging purposes. More...
 
int(* create_tracked_psmv )(struct xrt_tracking_factory *, struct xrt_device *xdev, struct xrt_tracked_psmv **out_psmv)
 Create a tracked PSMV ball. More...
 
int(* create_tracked_psvr )(struct xrt_tracking_factory *, struct xrt_device *xdev, struct xrt_tracked_psvr **out_psvr)
 Create a tracked PSVR ball. More...
 

Detailed Description

Tracking factory.

Field Documentation

◆ create_tracked_psmv

int(* xrt_tracking_factory::create_tracked_psmv) (struct xrt_tracking_factory *, struct xrt_device *xdev, struct xrt_tracked_psmv **out_psmv)

Create a tracked PSMV ball.

Referenced by p_tracking_init().

◆ create_tracked_psvr

int(* xrt_tracking_factory::create_tracked_psvr) (struct xrt_tracking_factory *, struct xrt_device *xdev, struct xrt_tracked_psvr **out_psvr)

Create a tracked PSVR ball.

◆ xfctx

struct xrt_frame_context* xrt_tracking_factory::xfctx

Internal frame context, exposed for debugging purposes.

Referenced by p_tracking_init().


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