45 #include "../rtt-config.h" RTT_API void __os_printException(const char *prog, std::exception &arg)
Internal: Inform the user that a failure occured.
RTT_API void __os_exit(void)
Call this function from within main() after using the RTT services, just before returning.
RTT_API void __os_printFailure(const char *prog)
Internal: Inform the user that a failure occured.
RTT_API int __os_main_argc(void)
Call this function to find out how many arguments were passed to the process' main() function...
RTT_API int __os_init(int argc, char **argv)
Call this function from within main() before using the RTT services.
RTT_API int __os_checkException(int &, char **)
Internal: Check if the user requests disabling exception catching at run-time.
RTT_API char ** __os_main_argv(void)
Call this function to get the list of arguments of this process' main() function. ...