#include <EchoWorker.h>

Public Member Functions | |
| EchoWorker () | |
| virtual | ~EchoWorker () |
| void | callbackBundleReceived (const Bundle &b) |
The application suffix to the node eid is /echo.
Definition at line 20 of file EchoWorker.h.
| dtn::daemon::EchoWorker::EchoWorker | ( | ) |
| virtual dtn::daemon::EchoWorker::~EchoWorker | ( | ) | [inline, virtual] |
Definition at line 24 of file EchoWorker.h.
| void dtn::daemon::EchoWorker::callbackBundleReceived | ( | const Bundle & | b | ) | [virtual] |
Implements dtn::core::AbstractWorker.
Definition at line 18 of file EchoWorker.cpp.
References dtn::data::PrimaryBlock::_lifetime, dtn::data::PrimaryBlock::_source, dtn::data::PayloadBlock::getBLOB(), dtn::data::Bundle::getBlock(), dtn::core::AbstractWorker::getWorkerURI(), IBRCOMMON_LOGGER_DEBUG, IBRCOMMON_LOGGER_ENDL, and dtn::core::AbstractWorker::transmit().
1.5.6