|
IBR-DTNSuite
0.10
|
#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 |
Public Member Functions inherited from ibrcommon::Mutex | |
| Mutex (MUTEX_TYPE type=MUTEX_NORMAL) | |
| virtual | ~Mutex () |
| virtual void | trylock () throw (MutexException) |
| virtual void | enter () throw (MutexException) |
| virtual void | leave () throw (MutexException) |
Public Member Functions inherited from ibrcommon::MutexInterface | |
| virtual | ~MutexInterface ()=0 |
Additional Inherited Members | |
Public Types inherited from ibrcommon::Mutex | |
| enum | MUTEX_TYPE { MUTEX_NORMAL = PTHREAD_MUTEX_NORMAL, MUTEX_RECURSIVE = PTHREAD_MUTEX_RECURSIVE, MUTEX_ERRORCHECK = PTHREAD_MUTEX_ERRORCHECK } |
Static Public Member Functions inherited from ibrcommon::Mutex | |
| static MutexInterface & | dummy () |
Protected Member Functions inherited from dtn::core::AbstractWorker | |
| void | initialize (const std::string &uri, const dtn::data::Number &cbhe, bool async) |
| void | transmit (const 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 | |
| EID | _eid |
|
virtual |
Implements dtn::core::AbstractWorker.
Definition at line 29 of file DevNull.cpp.
References IBRCOMMON_LOGGER_ENDL, IBRCOMMON_LOGGER_TAG, ibrcommon::LogLevel::info, and dtn::data::Bundle::toString().
