|
IBR-DTNSuite
0.8
|
#include <BundlePurgeEvent.h>


Public Member Functions | |
| virtual | ~BundlePurgeEvent () |
| const std::string | getName () const |
| std::string | toString () const |
Static Public Member Functions | |
| static void | raise (const dtn::data::BundleID &id, dtn::data::StatusReportBlock::REASON_CODE reason=dtn::data::StatusReportBlock::NO_ADDITIONAL_INFORMATION) |
Public Attributes | |
| const dtn::data::BundleID | bundle |
| const dtn::data::StatusReportBlock::REASON_CODE | reason |
Static Public Attributes | |
| static const std::string | className = "BundlePurgeEvent" |
Definition at line 19 of file BundlePurgeEvent.h.
| dtn::core::BundlePurgeEvent::~BundlePurgeEvent | ( | ) | [virtual] |
Definition at line 19 of file BundlePurgeEvent.cpp.
| const std::string dtn::core::BundlePurgeEvent::getName | ( | ) | const [virtual] |
Implements dtn::core::Event.
Definition at line 29 of file BundlePurgeEvent.cpp.
References className.
| void dtn::core::BundlePurgeEvent::raise | ( | const dtn::data::BundleID & | id, |
| dtn::data::StatusReportBlock::REASON_CODE | reason = dtn::data::StatusReportBlock::NO_ADDITIONAL_INFORMATION |
||
| ) | [static] |
Definition at line 23 of file BundlePurgeEvent.cpp.
References dtn::core::Event::raiseEvent().
Referenced by dtn::core::FragmentManager::componentRun(), dtn::api::Registration::delivered(), dtn::routing::NeighborRoutingExtension::notify(), dtn::routing::ProphetRoutingExtension::processHandshake(), and dtn::core::BundleCore::raiseEvent().

| std::string dtn::core::BundlePurgeEvent::toString | ( | ) | const [virtual] |
Implements dtn::core::Event.
Definition at line 34 of file BundlePurgeEvent.cpp.
References bundle, className, and dtn::data::BundleID::toString().

Definition at line 27 of file BundlePurgeEvent.h.
Referenced by dtn::core::BundleCore::raiseEvent(), and toString().
const std::string dtn::core::BundlePurgeEvent::className = "BundlePurgeEvent" [static] |
Definition at line 31 of file BundlePurgeEvent.h.
Referenced by getName(), and toString().
Definition at line 28 of file BundlePurgeEvent.h.