Go to the source code of this file.
Functions | |
| int | __os_init (int argc, char **argv) |
| Call this function from within main() before using the RTT services. | |
| void | __os_exit (void) |
| Call this function from within main() after using the RTT services, just before returning. | |
| void | __os_printFailure () |
| Internal: Inform the user that a failure occured. | |
| int | __os_checkException (int &, char **) |
| Internal: Check if the user requests disabling exception catching at run-time. | |
Definition in file startstop.h.
| int __os_checkException | ( | int & | , | |
| char ** | ||||
| ) |
| void __os_exit | ( | void | ) |
Call this function from within main() after using the RTT services, just before returning.
You do not need this when you use ORO_main().
| int __os_init | ( | int | argc, | |
| char ** | argv | |||
| ) |
Call this function from within main() before using the RTT services.
You do not need this when you use ORO_main().
| void __os_printFailure | ( | ) |
1.5.8