#include <BundleEvent.h>
Inheritance diagram for dtn::RouteDelEvent:
Definition at line 695 of file BundleEvent.h.
Public Member Functions | |
RouteDelEvent (const EndpointIDPattern &dest) | |
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 | |
EndpointIDPattern | dest_ |
The destination eid to be removed. |
dtn::RouteDelEvent::RouteDelEvent | ( | const EndpointIDPattern & | dest | ) | [inline] |
Definition at line 697 of file BundleEvent.h.
void dtn::RouteDelEvent::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 276 of file BundleEvent.cc.
References dest_, oasys::SerializeAction::process(), and dtn::EndpointID::str().
The destination eid to be removed.
Definition at line 704 of file BundleEvent.h.
Referenced by dtn::TableBasedRouter::handle_route_del(), dtn::BundleDaemon::handle_route_del(), and serialize().