void oxr_pp_pose_indented_as_object(struct oxr_sink_logger *slog, const struct xrt_pose *pose, const char *name)
Prints a pose to a oxr_sink_logger, on the form of \n\t${name}->pose ....
Definition: oxr_pretty_print.c:53
void oxr_pp_fov_indented_as_object(struct oxr_sink_logger *slog, const struct xrt_fov *fov, const char *name)
Prints a fov to a oxr_sink_logger, on the form of \n\t${name}->fov ....
Definition: oxr_pretty_print.c:46
void oxr_pp_space_indented(struct oxr_sink_logger *slog, const struct oxr_space *spc, const char *name)
Prints a space to a oxr_sink_logger, on the form of \n\t${name}-><field> ....
Definition: oxr_pretty_print.c:59
void oxr_pp_relation_indented(struct oxr_sink_logger *slog, const struct xrt_space_relation *relation, const char *name)
Prints a space to a oxr_sink_logger, on the form of \n\t${name}-><field> ....
Definition: oxr_pretty_print.c:87
Can be one of several reference space types, or a space that is bound to an action.
Definition: oxr_objects.h:2289