#include <BundleEvent.h>
Inheritance diagram for dtn::BundleDeliveredEvent:

Definition at line 341 of file BundleEvent.h.
Public Member Functions | |
| BundleDeliveredEvent (Bundle *bundle, Registration *registration) | |
| virtual void | serialize (oasys::SerializeAction *) |
| This should call v->process() on each of the types that are to be serialized in the object. | |
Public Attributes | |
| BundleRef | bundleref_ |
| The delivered bundle. | |
| Registration * | registration_ |
| The registration that got it. | |
| dtn::BundleDeliveredEvent::BundleDeliveredEvent | ( | Bundle * | bundle, | |
| Registration * | registration | |||
| ) | [inline] |
Definition at line 343 of file BundleEvent.h.
| virtual void dtn::BundleDeliveredEvent::serialize | ( | oasys::SerializeAction * | ) | [inline, virtual] |
This should call v->process() on each of the types that are to be serialized in the object.
Reimplemented from dtn::BundleEvent.
Definition at line 349 of file BundleEvent.h.
The delivered bundle.
Definition at line 352 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_delivered().
The registration that got it.
Definition at line 355 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_bundle_delivered().
1.5.1