StuBS
|
Test application. More...
#include <user/app1/appl.h>
Public Member Functions | |
Application () | |
Constructor. | |
void | action () |
Contains the application code. | |
Private Member Functions | |
Application (const Application &)=delete | |
Application & | operator= (const Application &)=delete |
Test application.
Usually it is sufficient to increment and output a number endlessly in a loop.
|
privatedelete |
|
inline |
Constructor.
|
privatedelete |
void Application::action | ( | ) |
Contains the application code.