#include "crompish_pax.h"#include <basis/chaos.h>#include <basis/istring.h>#include <basis/portable.h>#include <data_struct/amorph.cpp>#include <cromp/cromp_client.h>#include <octopus/entity_defs.h>#include <octopus/infoton.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 <stdio.h>Include dependency graph for t_many_cromp.cpp:

Go to the source code of this file.
Defines | |
| #define | DEBUG_TESTER |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
| #define | BASE_LOG(s) EMERGENCY_LOG(program_wide_logger(), s) |
Variables | |
| const int | REPORTING_INTERVAL = 20 * SECOND_ms |
| #define BASE_LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 44 of file t_many_cromp.cpp.
| #define DEBUG_TESTER |
Definition at line 37 of file t_many_cromp.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 43 of file t_many_cromp.cpp.
| const int REPORTING_INTERVAL = 20 * SECOND_ms |
Definition at line 40 of file t_many_cromp.cpp.
1.5.1