#include <basis/byte_array.h>#include <basis/istring.h>#include <basis/portable.h>#include <cromp/cromp_client.h>#include <cromp/cromp_server.h>#include <mechanisms/time_stamp.h>#include <octopus/entity_defs.h>#include <octopus/tentacle.h>#include <octopus/unhandled_request.h>#include <opsystem/application_shell.h>#include <opsystem/command_line.h>#include <loggers/console_logger.h>#include <opsystem/directory_tree.h>#include <loggers/file_logger.h>#include <opsystem/filename_list.h>#include <data_struct/static_memory_gremlin.h>#include <sockets/address.h>#include <sockets/machine_uid.h>#include <sockets/tcpip_stack.h>#include <tentacles/file_transfer_tentacle.h>Include dependency graph for transporter.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 | REFRESH_INTERVAL = 20 * MINUTE_ms |
| const int | TRANSFER_PORT = 10808 |
| const int | MAX_CHUNK = 2 * MEGABYTE |
| #define LOG | ( | a | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), a) |
Definition at line 36 of file transporter.cpp.
Definition at line 45 of file transporter.cpp.
| const int REFRESH_INTERVAL = 20 * MINUTE_ms |
Definition at line 40 of file transporter.cpp.
| const int REPORTING_INTERVAL = 28 * SECOND_ms |
Definition at line 38 of file transporter.cpp.
| const int TRANSFER_PORT = 10808 |
Definition at line 42 of file transporter.cpp.
1.5.1