#include <vector>
#include <oasys/compat/inttypes.h>
#include <oasys/debug/Log.h>
#include <oasys/tclcmd/IdleTclExit.h>
#include <oasys/thread/Timer.h>
#include <oasys/thread/Thread.h>
#include <oasys/thread/MsgQueue.h>
#include <oasys/util/StringBuffer.h>
#include <oasys/util/Time.h>
#include "BundleEvent.h"
#include "BundleEventHandler.h"
#include "BundleProtocol.h"
#include "BundleActions.h"
#include "BundleStatusReport.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. More... | |
struct | dtn::BundleDaemon::Stats |
Statistics structure definition. More... | |
struct | dtn::BundleDaemon::DaemonIdleExit |
Class used for the idle timer. More... |