Monado OpenXR Runtime
ipc_server_interface.h File Reference

Interface for IPC server code. More...

#include "xrt/xrt_config_os.h"
#include "xrt/xrt_results.h"
#include "util/u_debug_gui.h"
Include dependency graph for ipc_server_interface.h:

Go to the source code of this file.

Data Structures

struct  ipc_server_main_info
 Information passed into the IPC server main function, used for customization of the IPC server. More...
 
struct  ipc_server_callbacks
 

Functions

int ipc_server_main_common (const struct ipc_server_main_info *ismi, const struct ipc_server_callbacks *iscb, void *data)
 Common main function for starting the IPC service. More...
 
int ipc_server_main (int argc, char **argv, const struct ipc_server_main_info *ismi)
 Main entrypoint to the compositor process. More...
 

Detailed Description