#include "file_transfer_tentacle.h"#include <basis/auto_synch.h>#include <basis/log_base.h>#include <basis/mutex.h>#include <mechanisms/ithread.h>#include <octopus/entity_defs.h>#include <octopus/unhandled_request.h>#include <opsystem/directory_tree.h>#include <opsystem/filename.h>#include <opsystem/filename_list.h>#include <opsystem/heavy_file_ops.h>Include dependency graph for file_transfer_tentacle.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | AUTO_LOCK auto_synchronizer loc(*_lock); |
| #define | DEBUG_FILE_TRANSFER_TENTACLE |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Variables | |
| const int | FTT_CLEANING_INTERVAL = 30 * SECOND_ms |
| const int | TRANSFER_TIMEOUT = 10 * MINUTE_ms |
| #define AUTO_LOCK auto_synchronizer loc(*_lock); |
Definition at line 32 of file file_transfer_tentacle.cpp.
| #define DEBUG_FILE_TRANSFER_TENTACLE |
Definition at line 41 of file file_transfer_tentacle.cpp.
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), s) |
Definition at line 45 of file file_transfer_tentacle.cpp.
| const int FTT_CLEANING_INTERVAL = 30 * SECOND_ms |
Definition at line 35 of file file_transfer_tentacle.cpp.
| const int TRANSFER_TIMEOUT = 10 * MINUTE_ms |
Definition at line 38 of file file_transfer_tentacle.cpp.
Referenced by file_transfer_tentacle::periodic_actions().
1.5.1