#include <BundleEvent.h>
Inheritance diagram for dtn::LinkAvailableEvent:
Definition at line 555 of file BundleEvent.h.
Public Member Functions | |
LinkAvailableEvent (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_ |
Definition at line 557 of file BundleEvent.h.
void dtn::LinkAvailableEvent::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 205 of file BundleEvent.cc.
References link_, oasys::SerializeAction::process(), and dtn::ContactEvent::reason_.
Definition at line 563 of file BundleEvent.h.
Referenced by dtn::TableBasedRouter::handle_link_available(), dtn::ContactManager::handle_link_available(), dtn::BundleDaemon::handle_link_available(), and serialize().