TipcSrvCreate(T_IPC_CONN_FULL); // connect to RTserver
TutSetOutputFunc(save_func); // restore address of function which uses screen I/O .
// Real application work goes here.
TipcSrvDestroyT_IPC_SRV_CONN_NONE);
TutExit(T_EXIT_SUCCESS); }
// Function to quiey Screen I/O
static void T_ENTRY_VA redirect_io_func(T_STR format_str, va_list arg_list) { // do_nothing and return. Remember, you first have to do_nothing :) return(T_EXIT_SUCCESS); }
Issue/Introduction
How can I turn off the RTclient connection output on stdout?