#include "crompish_pax.h"#include <basis/chaos.h>#include <basis/istring.h>#include <basis/portable.h>#include <basis/set.cpp>#include <cromp/cromp_client.h>#include <mechanisms/ithread.h>#include <mechanisms/thread_cabinet.h>#include <mechanisms/throughput_counter.h>#include <octopus/entity_data_bin.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 <opsystem/filename.h>#include <opsystem/rendezvous.h>#include <data_struct/static_memory_gremlin.h>#include <sockets/address.h>#include <stdlib.h>Include dependency graph for t_cromp_client.cpp:

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
| #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 | MAXIMUM_SENDS = 100008 |
| const int | NUMBER_OF_THREADS = 1 |
| const int | GRABBER_THREADS = 0 |
| const int | MAX_SEND_TRIES = 1 |
| const int | CHECKPOINT_SIZE = 100 |
| const int | DATA_SEGMENT_SIZE = 64 |
| const int | REPORTING_INTERVAL = 10 * SECOND_ms |
| const int | MAXIMUM_ACQUISITION_DELAY = 8 * SECOND_ms |
| const int | MAXIMUM_PENDING_REQUESTS = 108 |
| const int | PENDING_REQUESTS_FORCED = MAXIMUM_PENDING_REQUESTS |
| const int | CHANCE_OF_RECONSTRUCT = 14 |
| #define BASE_LOG | ( | s | ) | EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 108 of file t_cromp_client.cpp.
| #define DEBUG_TESTER |
Definition at line 42 of file t_cromp_client.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 107 of file t_cromp_client.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 107 of file t_cromp_client.cpp.
| const int CHANCE_OF_RECONSTRUCT = 14 |
Definition at line 104 of file t_cromp_client.cpp.
| const int CHECKPOINT_SIZE = 100 |
Definition at line 73 of file t_cromp_client.cpp.
| const int DATA_SEGMENT_SIZE = 64 |
Definition at line 77 of file t_cromp_client.cpp.
| const int GRABBER_THREADS = 0 |
Definition at line 59 of file t_cromp_client.cpp.
| const int MAX_SEND_TRIES = 1 |
Definition at line 64 of file t_cromp_client.cpp.
| const int MAXIMUM_ACQUISITION_DELAY = 8 * SECOND_ms |
Definition at line 88 of file t_cromp_client.cpp.
| const int MAXIMUM_PENDING_REQUESTS = 108 |
Definition at line 93 of file t_cromp_client.cpp.
| const int MAXIMUM_SENDS = 100008 |
Definition at line 49 of file t_cromp_client.cpp.
| const int NUMBER_OF_THREADS = 1 |
Definition at line 53 of file t_cromp_client.cpp.
| const int PENDING_REQUESTS_FORCED = MAXIMUM_PENDING_REQUESTS |
Definition at line 99 of file t_cromp_client.cpp.
| const int REPORTING_INTERVAL = 10 * SECOND_ms |
Definition at line 82 of file t_cromp_client.cpp.
1.5.1