|
IBR-DTNSuite 0.6
|
#include <Debugger.h>


Public Member Functions | |
| Debugger () | |
| virtual | ~Debugger () |
| void | callbackBundleReceived (const Bundle &b) |
This is a implementation of AbstractWorker and is comparable with a application. This application can send and receive bundles, but only implement a receiving component which print a message on the screen if a bundle is received.
The application suffix to the node eid is /debugger.
Definition at line 21 of file Debugger.h.
| dtn::daemon::Debugger::Debugger | ( | ) | [inline] |
Definition at line 24 of file Debugger.h.
| virtual dtn::daemon::Debugger::~Debugger | ( | ) | [inline, virtual] |
Definition at line 28 of file Debugger.h.
| void dtn::daemon::Debugger::callbackBundleReceived | ( | const Bundle & | b | ) | [virtual] |
Implements dtn::core::AbstractWorker.
Definition at line 13 of file Debugger.cpp.
References IBRCOMMON_LOGGER_DEBUG, IBRCOMMON_LOGGER_ENDL, and dtn::data::Bundle::toString().
