#include <SimBundleActions.h>

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. | |
| 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.
| 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.
1.5.3