|
Monado OpenXR Runtime
|
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>

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... | |
Information passed into the IPC server main function, used for customization of the IPC server.
| bool ipc_server_main_info::exit_on_disconnect |
Flag whether runtime should exit on app disconnect.
| bool ipc_server_main_info::no_stdin |
Disable listening on stdin for server stop.
| struct u_debug_gui_create_info ipc_server_main_info::udgci |
Information passed onto the debug gui.