A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::DsrMainHelper Class Reference

Helper class that adds DSR routing to nodes. More...

#include "dsr-main-helper.h"

+ Collaboration diagram for ns3::DsrMainHelper:

Public Member Functions

 DsrMainHelper ()
 Create an DsrMainHelper that makes life easier for people who want to install DSR routing to nodes.
 
 DsrMainHelper (const DsrMainHelper &o)
 Construct an DsrMainHelper from another previously initialized instance (Copy Constructor).
 
 ~DsrMainHelper ()
 
void Install (DsrHelper &dsrHelper, NodeContainer nodes)
 Install routing to the nodes.
 
void SetDsrHelper (DsrHelper &dsrHelper)
 Set the helper class.
 

Private Member Functions

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

Private Attributes

const DsrHelperm_dsrHelper
 helper class
 

Detailed Description

Helper class that adds DSR routing to nodes.

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

Constructor & Destructor Documentation

◆ DsrMainHelper() [1/2]

ns3::DsrMainHelper::DsrMainHelper ( )

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

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

References NS_LOG_FUNCTION.

◆ ~DsrMainHelper()

ns3::DsrMainHelper::~DsrMainHelper ( )

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

References m_dsrHelper, and NS_LOG_FUNCTION.

◆ DsrMainHelper() [2/2]

ns3::DsrMainHelper::DsrMainHelper ( const DsrMainHelper o)

Construct an DsrMainHelper from another previously initialized instance (Copy Constructor).

Parameters
oobject to copy from

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

References ns3::DsrHelper::Copy(), m_dsrHelper, and NS_LOG_FUNCTION.

+ Here is the call graph for this function:

Member Function Documentation

◆ Install() [1/2]

void ns3::DsrMainHelper::Install ( DsrHelper dsrHelper,
NodeContainer  nodes 
)

Install routing to the nodes.

Parameters
dsrHelperThe DSR helper class
nodesthe collection of nodes

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

References ns3::DsrHelper::Copy(), Install(), m_dsrHelper, nodes, and NS_LOG_DEBUG.

Referenced by Install(), and RoutingExperiment::Run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Install() [2/2]

void ns3::DsrMainHelper::Install ( Ptr< Node node)
private

Install routing to a node.

Parameters
nodethe node to install DSR routing

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

References ns3::DsrHelper::Create(), m_dsrHelper, and NS_LOG_FUNCTION.

+ Here is the call graph for this function:

◆ operator=()

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.

Parameters
osource object to assign
Returns
DsrHelper object

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

References ns3::DsrHelper::Copy(), and m_dsrHelper.

+ Here is the call graph for this function:

◆ SetDsrHelper()

void ns3::DsrMainHelper::SetDsrHelper ( DsrHelper dsrHelper)

Set the helper class.

Parameters
dsrHelperthe DSR helper class

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

References ns3::DsrHelper::Copy(), m_dsrHelper, and NS_LOG_FUNCTION.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_dsrHelper

const DsrHelper* ns3::DsrMainHelper::m_dsrHelper
private

helper class

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

Referenced by DsrMainHelper(), ~DsrMainHelper(), Install(), operator=(), and SetDsrHelper().


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