Event class for local bundle delivery. More...
#include <BundleEvent.h>
Public Member Functions | |
| BundleDeliveredEvent (Bundle *bundle, Registration *registration) | |
Public Attributes | |
| BundleRef | bundleref_ |
| The delivered bundle. | |
| Registration * | registration_ |
| The registration that got it. | |
Event class for local bundle delivery.
Definition at line 425 of file BundleEvent.h.
| dtn::BundleDeliveredEvent::BundleDeliveredEvent | ( | Bundle * | bundle, | |
| Registration * | registration | |||
| ) | [inline] |
Definition at line 427 of file BundleEvent.h.
The delivered bundle.
Definition at line 433 of file BundleEvent.h.
Referenced by dtn::ProphetRouter::handle_bundle_delivered(), and dtnsim::Node::handle_bundle_delivered().
The registration that got it.
Definition at line 436 of file BundleEvent.h.
1.6.3