#include <BundleEvent.h>
Inheritance diagram for dtn::CustodyTimeoutEvent:
Definition at line 771 of file BundleEvent.h.
Public Member Functions | |
CustodyTimeoutEvent (Bundle *bundle, Link *link) | |
virtual void | serialize (oasys::SerializeAction *a) |
The bundle whose timer fired. | |
Public Attributes | |
BundleRef | bundle_ |
The link it was sent on. | |
Link * | link_ |
Definition at line 773 of file BundleEvent.h.
void dtn::CustodyTimeoutEvent::serialize | ( | oasys::SerializeAction * | a | ) | [virtual] |
The bundle whose timer fired.
Reimplemented from dtn::BundleEvent.
Definition at line 299 of file BundleEvent.cc.
References bundle_, link_, oasys::Ref< _Type >::object(), and oasys::SerializeAction::process().
The link it was sent on.
Definition at line 784 of file BundleEvent.h.
Referenced by dtn::TableBasedRouter::handle_custody_timeout(), dtn::BundleDaemon::handle_custody_timeout(), and serialize().
Definition at line 785 of file BundleEvent.h.
Referenced by dtn::BundleDaemon::handle_custody_timeout(), and serialize().