Monado OpenXR Runtime
ipc_server_main_info Struct Reference

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

#include </builds/monado/monado/src/xrt/ipc/server/ipc_server_interface.h>

Collaboration diagram for ipc_server_main_info:

Data Fields

struct u_debug_gui_create_info udgci
 Information passed onto the debug gui. More...
 
bool exit_on_disconnect
 Flag whether runtime should exit on app disconnect. More...
 
bool no_stdin
 Disable listening on stdin for server stop. More...
 

Detailed Description

Information passed into the IPC server main function, used for customization of the IPC server.

Field Documentation

◆ exit_on_disconnect

bool ipc_server_main_info::exit_on_disconnect

Flag whether runtime should exit on app disconnect.

◆ no_stdin

bool ipc_server_main_info::no_stdin

Disable listening on stdin for server stop.

◆ udgci

struct u_debug_gui_create_info ipc_server_main_info::udgci

Information passed onto the debug gui.


The documentation for this struct was generated from the following file: