IBR-DTN  1.0.0
dtn::daemon::Debugger Class Reference

#include <Debugger.h>

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

Public Member Functions

 Debugger ()
 
virtual ~Debugger ()
 
void callbackBundleReceived (const Bundle &b)
 
- Public Member Functions inherited from dtn::core::AbstractWorker
 AbstractWorker ()
 
virtual ~AbstractWorker ()
 
virtual const EID getWorkerURI () const
 

Additional Inherited Members

- Protected Member Functions inherited from dtn::core::AbstractWorker
void initialize (const std::string &uri)
 
void transmit (dtn::data::Bundle &bundle)
 
void shutdown ()
 
void subscribe (const dtn::data::EID &endpoint)
 
void unsubscribe (const dtn::data::EID &endpoint)
 
- Protected Attributes inherited from dtn::core::AbstractWorker
dtn::data::EID _eid
 

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 39 of file Debugger.h.

Constructor & Destructor Documentation

dtn::daemon::Debugger::Debugger ( )
inline

Definition at line 42 of file Debugger.h.

virtual dtn::daemon::Debugger::~Debugger ( )
inlinevirtual

Definition at line 46 of file Debugger.h.

Member Function Documentation


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