int ORO_main_impl(int, char **)
Go to the source code of this file.
Macros | |
#define | ORO_main |
Functions | |
int | ORO_main_impl (int, char **) |
The prototype of the application's ORO_main
Definition in file main.h.
#define ORO_main |
Declare the function 'int ORO_main(int argc, char **argv)' instead of 'int main(int argc, char **argv)' such that the Real-Time Toolkit can setup the OS environment, prior to executing user code. Using ORO_main is optional, but in some RTOS'es, you'll be required to call __os_init() and __os_exit() instead when not using ORO_main.
int ORO_main_impl | ( | int | , |
char ** | |||
) |
Forward declare this wrapper around the user code.