#include "crompish_pax.h"#include <basis/byte_array.h>#include <basis/function.h>#include <basis/istring.h>#include <basis/log_base.h>#include <basis/portable.h>#include <cromp/cromp_server.h>#include <mechanisms/time_stamp.h>#include <octopus/tentacle.h>#include <opsystem/application_shell.h>#include <opsystem/command_line.h>#include <loggers/console_logger.h>#include <loggers/file_logger.h>#include <data_struct/static_memory_gremlin.h>#include <sockets/address.h>#include <sockets/machine_uid.h>#include <sockets/tcpip_stack.h>Include dependency graph for t_cromp_server.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(a) CLASS_EMERGENCY_LOG(program_wide_logger(), 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(), a) |
Definition at line 34 of file t_cromp_server.cpp.
| const int ACCEPTING_THREADS = 1 |
Definition at line 39 of file t_cromp_server.cpp.
| const bool IMMEDIATE_EVALUATION = false |
Definition at line 47 of file t_cromp_server.cpp.
| const int REPORTING_INTERVAL = 28 * SECOND_ms |
Definition at line 36 of file t_cromp_server.cpp.
| const bool SUPPORT_BACKGROUNDING = false |
Definition at line 43 of file t_cromp_server.cpp.
1.5.1