|
feisty meow concerns codebase
2.140
|
#include <basis/astring.h>#include <configuration/application_configuration.h>#include <filesystem/filename.h>#include <loggers/program_wide_logger.h>#include <processes/shutdown_alerter.h>#include <structures/static_memory_gremlin.h>#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
| #define | BASE_LOG(s) STAMPED_EMERGENCY_LOG(program_wide_logger::get(), s) |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Functions | |
| int | main (int formal(argc), char *formal(argv)[]) |
Variables | |
| const int | TIMING_CYCLE = 1408 |
| #define BASE_LOG | ( | s | ) | STAMPED_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 44 of file test_shutdown_alerter.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 45 of file test_shutdown_alerter.cpp.
| int main | ( | int | formalargc, |
| char * | formal(argv)[] | ||
| ) |
Definition at line 62 of file test_shutdown_alerter.cpp.
References BASE_LOG, filename_helper::basename(), shutdown_alerter::launch_console(), and TIMING_CYCLE.
| const int TIMING_CYCLE = 1408 |
Definition at line 47 of file test_shutdown_alerter.cpp.
Referenced by main().