23typedef void (*b_tracked_device_pose_space_cb)(
struct xrt_space *xs,
void *priv);
73b_tracked_device_for_each_pose_space(
struct b_tracked_device *btd, b_tracked_device_pose_space_cb cb,
void *priv);
Definition b_tracked_device.c:19
struct b_tracked_device * b_tracked_device_create(struct xrt_space *space)
Create a tracked device with a reference to space.
Definition b_tracked_device.c:41
A space very similar to a OpenXR XrSpace but not a full one-to-one mapping, but used to power XrSpace...
Definition xrt_space.h:32
Header defining xrt space and space overseer.