#include <oasys/debug/Log.h>
#include <oasys/thread/MsgQueue.h>
#include <oasys/util/Time.h>
#include "naming/EndpointID.h"
#include "contacts/Link.h"
#include <sys/types.h>
#include "routing/Prophet.h"
#include "routing/ProphetNode.h"
#include "routing/ProphetLists.h"
#include "routing/ProphetTLV.h"
#include "bundling/BundleList.h"
#include "bundling/BundleActions.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::ProphetOracle |
class | dtn::ProphetEncounter |
Section 4.4.4, p. More... | |
struct | dtn::ProphetEncounter::PEMsg |
Defines | |
#define | CASE(_state) case _state: return # _state |
#define CASE | ( | _state | ) | case _state: return # _state |