feisty meow concerns codebase
2.140
|
#include "cromp_client.h"
#include "cromp_common.h"
#include "cromp_transaction.h"
#include <basis/astring.h>
#include <basis/functions.h>
#include <basis/mutex.h>
#include <configuration/application_configuration.h>
#include <crypto/rsa_crypto.h>
#include <loggers/program_wide_logger.h>
#include <mathematics/chaos.h>
#include <octopus/entity_defs.h>
#include <octopus/identity_infoton.h>
#include <octopus/unhandled_request.h>
#include <processes/ethread.h>
#include <sockets/internet_address.h>
#include <sockets/machine_uid.h>
#include <sockets/spocket.h>
#include <sockets/tcpip_stack.h>
#include <structures/static_memory_gremlin.h>
#include <structures/roller.h>
#include <tentacles/encryption_tentacle.h>
#include <tentacles/encryption_wrapper.h>
#include <tentacles/entity_registry.h>
#include <tentacles/key_repository.h>
#include <tentacles/login_tentacle.h>
#include <tentacles/security_infoton.h>
#include <timely/time_control.h>
#include <timely/time_stamp.h>
Go to the source code of this file.
Namespaces | |
cromp | |
Macros | |
#define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
#define | AUTO_LOCK auto_synchronizer l(*_lock) |
#define | CHECK_LOCKOUT |
#define | CAST_REPLY(type, varname, newvar, retval) |
Functions | |
cromp::SAFE_STATIC (byte_array, _empty_blank_verif,) | |
Variables | |
const int | cromp::MAX_CONN_ATTEMPTS = 3 |
const int | cromp::INTERCONNECTION_SNOOZE = 200 |
#define AUTO_LOCK auto_synchronizer l(*_lock) |
Definition at line 72 of file cromp_client.cpp.
#define CAST_REPLY | ( | type, | |
varname, | |||
newvar, | |||
retval | |||
) |
Definition at line 83 of file cromp_client.cpp.
#define CHECK_LOCKOUT |
Definition at line 76 of file cromp_client.cpp.
#define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), s) |
Definition at line 62 of file cromp_client.cpp.