#include <BundleEvent.h>

Public Member Functions | |
| BundleEvent (const Bundle &bundle, EventBundleAction action, StatusReportReasonCode reason=NO_ADDITIONAL_INFORMATION) | |
| ~BundleEvent () | |
| StatusReportReasonCode | getReason () const |
| EventBundleAction | getAction () const |
| const Bundle & | getBundle () const |
| const string | getName () const |
| const EventType | getType () const |
Static Public Attributes | |
| static const string | className = "BundleEvent" |
Private Attributes | |
| const Bundle | m_bundle |
| EventBundleAction | m_action |
| StatusReportReasonCode | m_reason |
| dtn::core::BundleEvent::BundleEvent | ( | const Bundle & | bundle, | |
| EventBundleAction | action, | |||
| StatusReportReasonCode | reason = NO_ADDITIONAL_INFORMATION | |||
| ) |
| dtn::core::BundleEvent::~BundleEvent | ( | ) |
| StatusReportReasonCode dtn::core::BundleEvent::getReason | ( | ) | const |
| EventBundleAction dtn::core::BundleEvent::getAction | ( | ) | const |
References m_action.
Referenced by dtn::core::EventDebugger::raiseEvent(), and dtn::core::BundleCore::raiseEvent().
| const Bundle & dtn::core::BundleEvent::getBundle | ( | ) | const |
References m_bundle.
Referenced by dtn::core::EventDebugger::raiseEvent(), and dtn::core::BundleCore::raiseEvent().
| const string dtn::core::BundleEvent::getName | ( | ) | const [virtual] |
| const EventType dtn::core::BundleEvent::getType | ( | ) | const [virtual] |
const string dtn::core::BundleEvent::className = "BundleEvent" [static] |
const Bundle dtn::core::BundleEvent::m_bundle [private] |
Referenced by getBundle().
Referenced by getAction().
Referenced by getReason().
1.5.6