#include <opsystem/application_shell.h>#include <opsystem/command_line.h>#include <loggers/console_logger.h>#include <loggers/file_logger.h>#include <opsystem/singleton_application.h>#include <data_struct/static_memory_gremlin.h>#include <processes/anchor_window.h>Include dependency graph for example_application.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Variables | |
| const int | CHECKING_INTERVAL = 4 * SECOND_ms |
| An example of a bare-bones hoople application. | |
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 32 of file example_application.cpp.
| const int CHECKING_INTERVAL = 4 * SECOND_ms |
An example of a bare-bones hoople application.
This application provides a very simple example for how we create programs based on the HOOPLE code.
Definition at line 29 of file example_application.cpp.
1.5.1