feisty meow concerns codebase  2.140
file_transfer_tentacle.cpp File Reference
Include dependency graph for file_transfer_tentacle.cpp:

Go to the source code of this file.

Namespaces

 octopi
 

Macros

#define AUTO_LOCK   auto_synchronizer loc(*_lock);
 
#define LOG(s)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)
 

Variables

const int octopi::FTT_CLEANING_INTERVAL = 30 * SECOND_ms
 
const int octopi::TRANSFER_TIMEOUT = 10 * MINUTE_ms
 

Macro Definition Documentation

◆ AUTO_LOCK

#define AUTO_LOCK   auto_synchronizer loc(*_lock);

Definition at line 41 of file file_transfer_tentacle.cpp.

◆ LOG

#define LOG (   s)    CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 54 of file file_transfer_tentacle.cpp.