IBR-DTNSuite
0.10
|
#include <BundlePurgeEvent.h>
Public Member Functions | |
virtual | ~BundlePurgeEvent () |
const std::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::MetaBundle &meta, dtn::data::StatusReportBlock::REASON_CODE reason=dtn::data::StatusReportBlock::NO_ADDITIONAL_INFORMATION) |
Public Attributes | |
const dtn::data::MetaBundle | bundle |
const dtn::data::StatusReportBlock::REASON_CODE | reason |
![]() | |
const int | prio |
Static Public Attributes | |
static const std::string | className = "BundlePurgeEvent" |
Additional Inherited Members | |
![]() | |
Event (int prio=0) | |
void | setLoggable (bool val) |
Definition at line 33 of file BundlePurgeEvent.h.
|
virtual |
Definition at line 34 of file BundlePurgeEvent.cpp.
|
virtual |
Get a describing message for this event
Implements dtn::core::Event.
Definition at line 49 of file BundlePurgeEvent.cpp.
References bundle, and dtn::data::BundleID::toString().
|
virtual |
Get the name of this event.
Implements dtn::core::Event.
Definition at line 44 of file BundlePurgeEvent.cpp.
References className.
|
static |
Definition at line 38 of file BundlePurgeEvent.cpp.
References dtn::core::EventDispatcher< E >::raise().
Referenced by dtn::core::FragmentManager::componentRun(), dtn::api::Registration::delivered(), dtn::routing::ProphetRoutingExtension::processHandshake(), and dtn::core::BundleCore::raiseEvent().
const dtn::data::MetaBundle dtn::core::BundlePurgeEvent::bundle |
Definition at line 41 of file BundlePurgeEvent.h.
Referenced by getMessage(), dtn::core::BundleCore::raiseEvent(), and dtn::routing::BaseRouter::raiseEvent().
|
static |
Definition at line 45 of file BundlePurgeEvent.h.
Referenced by getName().
const dtn::data::StatusReportBlock::REASON_CODE dtn::core::BundlePurgeEvent::reason |
Definition at line 42 of file BundlePurgeEvent.h.