|
feisty meow concerns codebase
2.140
|
#include "ethread.h"#include "letter.h"#include "mailbox.h"#include "post_office.h"#include "thread_cabinet.h"#include <basis/mutex.h>#include <configuration/application_configuration.h>#include <loggers/program_wide_logger.h>#include <structures/set.h>#include <structures/amorph.h>#include <structures/unique_id.h>#include <textual/parser_bits.h>#include <timely/time_stamp.h>
Go to the source code of this file.
Namespaces | |
| processes | |
Macros | |
| #define | LOG(a) CLASS_EMERGENCY_LOG(program_wide_logger::get(), a) |
Variables | |
| const int | processes::CLEANING_INTERVAL = 14 * SECOND_ms |
| const int | processes::SNOOZE_TIME_FOR_POSTMAN = 42 |
| const int | processes::DELIVERIES_ALLOWED = 350 |
| #define LOG | ( | a | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), a) |
Definition at line 43 of file post_office.cpp.