#include <BundleEvent.h>
Definition at line 526 of file BundleEvent.h.
Public Member Functions | |
LinkCreatedEvent (Link *link) | |
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_ |
dtn::LinkCreatedEvent::LinkCreatedEvent | ( | Link * | link | ) | [inline] |
Definition at line 528 of file BundleEvent.h.
void dtn::LinkCreatedEvent::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 191 of file BundleEvent.cc.
References link_, oasys::SerializeAction::process(), and dtn::ContactEvent::reason_.
Definition at line 534 of file BundleEvent.h.
Referenced by dtn::ProphetRouter::handle_link_created(), and serialize().