#include <BundleEvent.h>
Definition at line 680 of file BundleEvent.h.
Public Member Functions | |
RouteAddEvent (RouteEntry *entry) | |
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 | |
RouteEntry * | entry_ |
The route table entry to be added. |
dtn::RouteAddEvent::RouteAddEvent | ( | RouteEntry * | entry | ) | [inline] |
Definition at line 682 of file BundleEvent.h.
void dtn::RouteAddEvent::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::BundleEvent.
Definition at line 270 of file BundleEvent.cc.
References entry_, and oasys::SerializeAction::process().
The route table entry to be added.
Definition at line 689 of file BundleEvent.h.
Referenced by dtn::TableBasedRouter::handle_route_add(), dtn::BundleDaemon::handle_route_add(), and serialize().