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

#include <Debugger.h>

Inheritance diagram for dtn::daemon::Debugger:
Collaboration diagram for dtn::daemon::Debugger:

List of all members.

Public Member Functions

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

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 24 of file Debugger.h.

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

Definition at line 28 of file Debugger.h.


Member Function Documentation

Implements dtn::core::AbstractWorker.

Definition at line 13 of file Debugger.cpp.

References IBRCOMMON_LOGGER_DEBUG, IBRCOMMON_LOGGER_ENDL, and dtn::data::Bundle::toString().

Here is the call graph for this function:


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