|
IBR-DTN
1.0.0
|
#include <DevNull.h>


Public Member Functions | |
| DevNull () | |
| virtual | ~DevNull () |
| void | callbackBundleReceived (const Bundle &b) |
Public Member Functions inherited from dtn::core::AbstractWorker | |
| AbstractWorker () | |
| virtual | ~AbstractWorker () |
| virtual const EID | getWorkerURI () const |
Additional Inherited Members | |
Protected Member Functions inherited from dtn::core::AbstractWorker | |
| void | initialize (const std::string &uri) |
| void | transmit (dtn::data::Bundle &bundle) |
| void | shutdown () |
| void | subscribe (const dtn::data::EID &endpoint) |
| void | unsubscribe (const dtn::data::EID &endpoint) |
Protected Attributes inherited from dtn::core::AbstractWorker | |
| dtn::data::EID | _eid |
|
virtual |
Implements dtn::core::AbstractWorker.
Definition at line 29 of file DevNull.cpp.
References dtn::data::BundleID::toString().
