#include <SimBundleActions.h>
Inheritance diagram for dtnsim::SimBundleActions:
All functions are virtual since the simulator overrides them to provide equivalent functionality (in the simulated environment).
Definition at line 53 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 55 of file SimBundleActions.h.
virtual dtnsim::SimBundleActions::~SimBundleActions | ( | ) | [inline, virtual] |
Definition at line 56 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 47 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 56 of file SimBundleActions.cc.