Public Member Functions

dtn::daemon::Debugger Class Reference

#include <Debugger.h>

Inherits dtn::core::AbstractWorker.

Collaboration diagram for dtn::daemon::Debugger:
Collaboration graph
[legend]

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

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.


Member Function Documentation

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, and dtn::data::Bundle::toString().

Here is the call graph for this function:


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