IBR-DTN
1.0.0
|
#include "Component.h"
#include "core/AbstractWorker.h"
#include "net/IPNDAgent.h"
#include "storage/BundleSeeker.h"
#include "storage/BundleIndex.h"
#include "core/EventReceiver.h"
#include "core/NodeEvent.h"
#include "core/GlobalEvent.h"
#include "core/CustodyEvent.h"
#include "net/BundleReceivedEvent.h"
#include "net/TransferCompletedEvent.h"
#include "net/TransferAbortedEvent.h"
#include "net/ConnectionEvent.h"
#include "routing/QueueBundleEvent.h"
#include <ibrdtn/ibrdtn.h>
#include <ibrcommon/Exceptions.h>
#include <list>
#include <set>
#include <map>
Go to the source code of this file.
Classes | |
class | dtn::daemon::NativeDaemonCallback |
class | dtn::daemon::NativeEventCallback |
class | dtn::daemon::NativeNode |
class | dtn::daemon::NativeKeyInfo |
class | dtn::daemon::NativeStats |
class | dtn::daemon::NativeDaemonException |
class | dtn::daemon::NativeDaemon |
class | dtn::daemon::NativeEventLoop |
Namespaces | |
dtn | |
dtn::daemon | |
Macros | |
#define | NATIVEDAEMON_H_ |
Enumerations | |
enum | dtn::daemon::DaemonRunLevel { dtn::daemon::RUNLEVEL_ZERO = 0, dtn::daemon::RUNLEVEL_CORE = 1, dtn::daemon::RUNLEVEL_STORAGE = 2, dtn::daemon::RUNLEVEL_ROUTING = 3, dtn::daemon::RUNLEVEL_API = 4, dtn::daemon::RUNLEVEL_NETWORK = 5, dtn::daemon::RUNLEVEL_ROUTING_EXTENSIONS = 6 } |
#define NATIVEDAEMON_H_ |
Definition at line 49 of file NativeDaemon.h.