Monado OpenXR Runtime

IPC util helpers. More...

#include "ipc_utils.h"
#include "util/u_logging.h"
#include "util/u_pretty_print.h"
Include dependency graph for ipc_utils.c:

Functions

void ipc_print_result (enum u_logging_level cond_level, const char *file, int line, const char *calling_fn, xrt_result_t xret, const char *called_fn)
 Helper to print the results of called functions that return xret results, if the result is XRT_SUCCESS will log with info, otherwise error. More...
 

Detailed Description