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

Definition at line 382 of file BundleEvent.h.
Public Member Functions | |
| BundleExpiredEvent (Bundle *bundle) | |
| virtual void | serialize (oasys::SerializeAction *a) |
| This should call v->process() on each of the types that are to be serialized in the object. | |
Public Attributes | |
| BundleRef | bundleref_ |
| The expired bundle. | |
| dtn::BundleExpiredEvent::BundleExpiredEvent | ( | Bundle * | bundle | ) | [inline] |
Definition at line 384 of file BundleEvent.h.
| void dtn::BundleExpiredEvent::serialize | ( | oasys::SerializeAction * | a | ) | [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 88 of file BundleEvent.cc.
References bundleref_, oasys::Ref< _Type >::object(), and oasys::SerializeAction::process().
The expired bundle.
Definition at line 392 of file BundleEvent.h.
Referenced by dtn::ProphetRouter::handle_bundle_expired(), dtn::FloodBundleRouter::handle_bundle_expired(), dtn::BundleDaemon::handle_bundle_expired(), and serialize().
1.5.1