Monado OpenXR Runtime
|
IPC util helpers, for internal use only. More...
Go to the source code of this file.
Functions | |
void | ipc_print_result (enum u_logging_level cond_level, const char *file, int line, const char *calling_func, xrt_result_t xret, const char *called_func) |
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... | |
const char * | ipc_winerror (DWORD err) |
Helper to convert windows error codes to human readable strings for logging. More... | |
IPC util helpers, for internal use only.