#include <BundleEvent.h>
Inheritance diagram for dtn::ContactUpEvent:
Definition at line 471 of file BundleEvent.h.
Public Member Functions | |
ContactUpEvent (const ContactRef &contact) | |
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 | |
ContactRef | contact_ |
The contact that is up. |
dtn::ContactUpEvent::ContactUpEvent | ( | const ContactRef & | contact | ) | [inline] |
Definition at line 473 of file BundleEvent.h.
void dtn::ContactUpEvent::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 161 of file BundleEvent.cc.
References contact_, oasys::Ref< _Type >::object(), and oasys::SerializeAction::process().
The contact that is up.
Definition at line 481 of file BundleEvent.h.
Referenced by dtn::TableBasedRouter::handle_contact_up(), dtn::ProphetRouter::handle_contact_up(), dtn::NeighborhoodRouter::handle_contact_up(), dtn::LinkStateRouter::handle_contact_up(), dtn::ContactManager::handle_contact_up(), dtn::BundleDaemon::handle_contact_up(), and serialize().