#include <vector>
#include <oasys/compat/inttypes.h>
#include <oasys/debug/Log.h>
#include <oasys/thread/Thread.h>
#include <oasys/thread/MsgQueue.h>
#include <oasys/util/StringBuffer.h>
#include "BundleEvent.h"
#include "BundleEventHandler.h"
#include "BundleProtocol.h"
Go to the source code of this file.
Namespaces | |
| namespace | dtn |
Classes | |
| class | dtn::BundleDaemon |
| Class that handles the basic event / action mechanism. More... | |
| struct | dtn::BundleDaemon::Params |
| General daemon parameters, initialized in ParamCommand. More... | |
| struct | dtn::BundleDaemon::Stats |
| Statistics structure definition. More... | |
1.5.1