IBR-DTNSuite  0.8
dtn::daemon::EchoWorker Class Reference

#include <EchoWorker.h>

Inheritance diagram for dtn::daemon::EchoWorker:
Collaboration diagram for dtn::daemon::EchoWorker:

List of all members.

Public Member Functions

 EchoWorker ()
virtual ~EchoWorker ()
void callbackBundleReceived (const Bundle &b)

Detailed Description

This is a implementation of AbstractWorker and is comparable with a application. This application can send/receive bundles and implements a basic echo funcionality. If a bundle is received the payload of the bundle is copied and returned to the sender.

The application suffix to the node eid is /echo.

Definition at line 20 of file EchoWorker.h.


Constructor & Destructor Documentation

Definition at line 13 of file EchoWorker.cpp.

References dtn::core::AbstractWorker::initialize().

Here is the call graph for this function:

virtual dtn::daemon::EchoWorker::~EchoWorker ( ) [inline, virtual]

Definition at line 24 of file EchoWorker.h.


Member Function Documentation


The documentation for this class was generated from the following files: