A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::DsrMainHelper Class Reference

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)
 

Private Member Functions

void Install (Ptr< Node > node)
 
DsrMainHelperoperator= (const DsrMainHelper &o)
 Assignment operator declared private and not implemented to disallow assignment and prevent the compiler from happily inserting its own. More...
 

Private Attributes

const DsrHelperm_dsrHelper
 

Detailed Description

Helper class that adds DSR routing to nodes.

Definition at line 45 of file dsr-main-helper.h.

Constructor & Destructor Documentation

ns3::DsrMainHelper::DsrMainHelper ( )

Create an DsrMainHelper that makes life easier for people who want to install DSR routing to nodes.

Definition at line 47 of file dsr-main-helper.cc.

References NS_LOG_FUNCTION.

Member Function Documentation

DsrMainHelper & ns3::DsrMainHelper::operator= ( const DsrMainHelper o)
private

Assignment operator declared private and not implemented to disallow assignment and prevent the compiler from happily inserting its own.

Definition at line 66 of file dsr-main-helper.cc.

References ns3::DsrHelper::Copy().


The documentation for this class was generated from the following files: