Monado OpenXR Runtime
|
Pretty printing functions. More...
#include "xrt/xrt_compiler.h"
Go to the source code of this file.
Functions | |
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 ... . More... | |
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 ... . More... | |
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> ... . More... | |
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> ... . More... | |
Pretty printing functions.