dtnsim::SimBundleActions Class Reference

#include <SimBundleActions.h>

Inheritance diagram for dtnsim::SimBundleActions:

dtn::BundleActions oasys::Logger

List of all members.


Detailed Description

Intermediary class that provides the interface from the router to the rest of the system.

All functions are virtual since the simulator overrides them to provide equivalent functionality (in the simulated environment).

Definition at line 32 of file SimBundleActions.h.


Public Member Functions

 SimBundleActions ()
virtual ~SimBundleActions ()
virtual void store_add (Bundle *bundle)
 Add the given bundle to the data store.
virtual void store_del (Bundle *bundle)
 Remove the given bundle from the data store.

Constructor & Destructor Documentation

dtnsim::SimBundleActions::SimBundleActions (  )  [inline]

Definition at line 34 of file SimBundleActions.h.

virtual dtnsim::SimBundleActions::~SimBundleActions (  )  [inline, virtual]

Definition at line 35 of file SimBundleActions.h.


Member Function Documentation

void dtnsim::SimBundleActions::store_add ( Bundle bundle  )  [virtual]

Add the given bundle to the data store.

Reimplemented from dtn::BundleActions.

Definition at line 26 of file SimBundleActions.cc.

void dtnsim::SimBundleActions::store_del ( Bundle bundle  )  [virtual]

Remove the given bundle from the data store.

Reimplemented from dtn::BundleActions.

Definition at line 35 of file SimBundleActions.cc.


The documentation for this class was generated from the following files:
Generated on Sat Sep 8 08:43:49 2007 for DTN Reference Implementation by  doxygen 1.5.3