|
feisty meow concerns codebase
2.140
|
#include "crompish_pax.h"#include <application/application_shell.h>#include <application/command_line.h>#include <application/hoople_main.h>#include <basis/astring.h>#include <basis/byte_array.h>#include <basis/functions.h>#include <cromp/cromp_server.h>#include <loggers/console_logger.h>#include <loggers/file_logger.h>#include <loggers/program_wide_logger.h>#include <octopus/tentacle.h>#include <sockets/internet_address.h>#include <sockets/machine_uid.h>#include <sockets/tcpip_stack.h>#include <structures/static_memory_gremlin.h>#include <timely/time_control.h>#include <timely/time_stamp.h>#include <unit_test/unit_base.h>
Go to the source code of this file.
Macros | |
| #define | LOG(a) CLASS_EMERGENCY_LOG(program_wide_logger::get(), a) |
Variables | |
| const int | REPORTING_INTERVAL = 28 * SECOND_ms |
| const int | ACCEPTING_THREADS = 1 |
| const bool | SUPPORT_BACKGROUNDING = false |
| const bool | IMMEDIATE_EVALUATION = false |
| #define LOG | ( | a | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), a) |
Definition at line 51 of file test_cromp_server.cpp.
| const int ACCEPTING_THREADS = 1 |
Definition at line 56 of file test_cromp_server.cpp.
| const bool IMMEDIATE_EVALUATION = false |
Definition at line 64 of file test_cromp_server.cpp.
| const int REPORTING_INTERVAL = 28 * SECOND_ms |
Definition at line 53 of file test_cromp_server.cpp.
| const bool SUPPORT_BACKGROUNDING = false |
Definition at line 60 of file test_cromp_server.cpp.