|
IBR-DTNSuite 0.6
|
#include <BundleGeneratedEvent.h>


Public Member Functions | |
| virtual | ~BundleGeneratedEvent () |
| const string | getName () const |
| string | toString () const |
Static Public Member Functions | |
| static void | raise (const dtn::data::Bundle &bundle) |
Public Attributes | |
| const dtn::data::Bundle | bundle |
Static Public Attributes | |
| static const string | className = "BundleGeneratedEvent" |
Definition at line 18 of file BundleGeneratedEvent.h.
| dtn::core::BundleGeneratedEvent::~BundleGeneratedEvent | ( | ) | [virtual] |
Definition at line 23 of file BundleGeneratedEvent.cpp.
| const string dtn::core::BundleGeneratedEvent::getName | ( | ) | const [virtual] |
Implements dtn::core::Event.
Definition at line 34 of file BundleGeneratedEvent.cpp.
References className.
| void dtn::core::BundleGeneratedEvent::raise | ( | const dtn::data::Bundle & | bundle | ) | [static] |
Definition at line 28 of file BundleGeneratedEvent.cpp.
References dtn::core::Event::raiseEvent().
Referenced by dtn::core::BundleStorage::acceptCustody(), dtn::core::BundleStorage::rejectCustody(), and dtn::core::AbstractWorker::transmit().

| string dtn::core::BundleGeneratedEvent::toString | ( | ) | const [virtual] |
Implements dtn::core::Event.
Definition at line 39 of file BundleGeneratedEvent.cpp.
References bundle, className, and dtn::data::Bundle::toString().

Definition at line 31 of file BundleGeneratedEvent.h.
Referenced by dtn::routing::BaseRouter::raiseEvent(), and toString().
const string dtn::core::BundleGeneratedEvent::className = "BundleGeneratedEvent" [static] |
Definition at line 27 of file BundleGeneratedEvent.h.
Referenced by dtn::routing::BaseRouter::componentDown(), dtn::routing::BaseRouter::componentUp(), getName(), and toString().