dtn::RouteAddEvent Class Reference

#include <BundleEvent.h>

Inheritance diagram for dtn::RouteAddEvent:

dtn::BundleEvent oasys::SerializableObject List of all members.

Detailed Description

Event class for route add events.

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

RouteEntryentry_
 The route table entry to be added.


Constructor & Destructor Documentation

dtn::RouteAddEvent::RouteAddEvent ( RouteEntry entry  )  [inline]

Definition at line 682 of file BundleEvent.h.


Member Function Documentation

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().


Member Data Documentation

RouteEntry* dtn::RouteAddEvent::entry_

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().


The documentation for this class was generated from the following files:
Generated on Thu Jun 7 16:56:56 2007 for DTN Reference Implementation by  doxygen 1.5.1