IBR-DTNSuite
0.10
|
#include <BundleGeneratedEvent.h>
Public Member Functions | |
virtual | ~BundleGeneratedEvent () |
const string | getName () const |
std::string | getMessage () const |
![]() | |
virtual | ~Event ()=0 |
virtual std::string | toString () const |
bool | isLoggable () const |
Static Public Member Functions | |
static void | raise (const dtn::data::Bundle &bundle) |
Public Attributes | |
const dtn::data::Bundle | bundle |
![]() | |
const int | prio |
Static Public Attributes | |
static const string | className = "BundleGeneratedEvent" |
Additional Inherited Members | |
![]() | |
Event (int prio=0) | |
void | setLoggable (bool val) |
Definition at line 32 of file BundleGeneratedEvent.h.
|
virtual |
Definition at line 38 of file BundleGeneratedEvent.cpp.
|
virtual |
Get a describing message for this event
Implements dtn::core::Event.
Definition at line 54 of file BundleGeneratedEvent.cpp.
References bundle, and dtn::data::Bundle::toString().
|
virtual |
Get the name of this event.
Implements dtn::core::Event.
Definition at line 49 of file BundleGeneratedEvent.cpp.
References className.
|
static |
Definition at line 43 of file BundleGeneratedEvent.cpp.
References dtn::core::EventDispatcher< E >::raise().
Referenced by dtn::storage::BundleStorage::acceptCustody(), dtn::storage::BundleStorage::rejectCustody(), and dtn::core::AbstractWorker::transmit().
const dtn::data::Bundle dtn::core::BundleGeneratedEvent::bundle |
Definition at line 45 of file BundleGeneratedEvent.h.
Referenced by getMessage(), and dtn::routing::BaseRouter::raiseEvent().
|
static |
Definition at line 41 of file BundleGeneratedEvent.h.
Referenced by getName().