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

Definition at line 569 of file BundleEvent.h.
Public Member Functions | |
| LinkUnavailableEvent (Link *link, reason_t reason) | |
| 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 | |
| Link * | link_ |
| The link that is up. | |
Definition at line 571 of file BundleEvent.h.
| void dtn::LinkUnavailableEvent::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::ContactEvent.
Definition at line 212 of file BundleEvent.cc.
References link_, oasys::SerializeAction::process(), and dtn::ContactEvent::reason_.
The link that is up.
Definition at line 578 of file BundleEvent.h.
Referenced by dtn::ContactManager::handle_link_unavailable(), dtn::BundleDaemon::handle_link_unavailable(), and serialize().
1.5.1