#include "Controller.h"#include <string>#include <list>#include "Link.h"#include "Bundle.h"#include "Alarm.h"#include <sys/types.h>#include "Node.h"#include "FwdStrategy.h"#include "Table.h"#include "Stats.h"#include "BundleList.h"#include "QueuePolicy.h"#include "AckList.h"#include "BundleCore.h"#include "BaseTLV.h"#include "Oracle.h"#include "Dictionary.h"#include "BundleTLVEntryList.h"Go to the source code of this file.
Namespaces | |
| namespace | prophet |
Defines | |
| #define | NEXT_INSTANCE (++next_instance_ == 0) ? ++next_instance_ : next_instance_ |
| #define | LOG(_level, _args...) |
| #define LOG | ( | _level, | |||
| _args... | ) |
core_->print_log( \
"controller", BundleCore::_level, _args )
Definition at line 22 of file Controller.cc.
| #define NEXT_INSTANCE (++next_instance_ == 0) ? ++next_instance_ : next_instance_ |
Definition at line 19 of file Controller.cc.
Referenced by prophet::Controller::new_neighbor().
1.6.3