µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os-main.cpp File Reference

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Default implementation of main().
 
void os_terminate_goodbye (void)
 Display statistics and say goodbye before terminating.
 

Variables

rtos::threados_main_thread
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Default implementation of main().

Definition at line 112 of file os-main.cpp.

Variable Documentation

◆ os_main_thread

rtos::thread * os_main_thread

Definition at line 93 of file os-main.cpp.