void u_body_tracker_populate_function_pointers(struct xrt_body_tracker *xbt, u_body_tracker_destroy_function_t destroy_fn)
Populate the body tracker's function pointers with default implementations.
Definition u_body_tracker.c:17
void(* u_body_tracker_destroy_function_t)(struct xrt_body_tracker *xbt)
Function pointer type for the body tracker's destroy function.
Definition u_body_tracker.h:24
A body tracker, owns the policy for selecting which device and body-tracking source back a single Ope...
Definition xrt_body_tracker.h:102
Header defining xrt body tracker.