ns-3
|
Helper class that adds DSR routing to nodes. More...
#include <dsr-main-helper.h>
Public Member Functions | |
DsrMainHelper () | |
DsrMainHelper (const DsrMainHelper &) | |
Construct an DsrMainHelper from another previously initialized instance (Copy Constructor). | |
void | Install (DsrHelper &dsrHelper, NodeContainer nodes) |
void | SetDsrHelper (DsrHelper &dsrHelper) |
void | SetRouteCache (Ptr< dsr::RouteCache > routeCache) |
void | SetRreqTable (Ptr< dsr::RreqTable > rreqTable) |
Helper class that adds DSR routing to nodes.
ns3::DsrMainHelper::DsrMainHelper | ( | ) |
Create an DsrMainHelper that makes life easier for people who want to install DSR routing to nodes.
References NS_LOG_FUNCTION.