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

DSR helper class to manage creation of DSR routing instance and to insert it on a node as a sublayer between transport and IP layers. More...

#include "dsr-helper.h"

+ Collaboration diagram for ns3::DsrHelper:

Public Member Functions

 DsrHelper ()
 Create an DsrHelper that makes life easier for people who want to install Dsr routing to nodes.
 
 DsrHelper (const DsrHelper &o)
 Construct an DsrHelper from another previously initialized instance (Copy Constructor).
 
 ~DsrHelper ()
 
DsrHelperCopy () const
 
Ptr< ns3::dsr::DsrRoutingCreate (Ptr< Node > node) const
 
DsrHelperoperator= (const DsrHelper &)=delete
 
void Set (std::string name, const AttributeValue &value)
 Set attribute values for future instances of DSR that this helper creates.
 

Private Attributes

ObjectFactory m_agentFactory
 DSR factory.
 

Detailed Description

DSR helper class to manage creation of DSR routing instance and to insert it on a node as a sublayer between transport and IP layers.

Definition at line 52 of file dsr-helper.h.

Constructor & Destructor Documentation

◆ DsrHelper() [1/2]

ns3::DsrHelper::DsrHelper ( )

Create an DsrHelper that makes life easier for people who want to install Dsr routing to nodes.

Definition at line 51 of file dsr-helper.cc.

References m_agentFactory, NS_LOG_FUNCTION, and ns3::ObjectFactory::SetTypeId().

Referenced by Copy().

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

◆ ~DsrHelper()

ns3::DsrHelper::~DsrHelper ( )

Definition at line 63 of file dsr-helper.cc.

References NS_LOG_FUNCTION.

◆ DsrHelper() [2/2]

ns3::DsrHelper::DsrHelper ( const DsrHelper o)

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

Parameters
oobject to copy from

Definition at line 57 of file dsr-helper.cc.

References NS_LOG_FUNCTION.

Member Function Documentation

◆ Copy()

DsrHelper * ns3::DsrHelper::Copy ( ) const
Returns
pointer to clone of this DsrHelper

This method is mainly for internal use by the other helpers; clients are expected to free the dynamic memory allocated by this method

Definition at line 69 of file dsr-helper.cc.

References DsrHelper(), and NS_LOG_FUNCTION.

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

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

◆ Create()

Ptr< ns3::dsr::DsrRouting > ns3::DsrHelper::Create ( Ptr< Node node) const
Parameters
nodethe node on which the routing protocol will run
Returns
a newly-created L4 protocol

Definition at line 76 of file dsr-helper.cc.

References ns3::ObjectFactory::Create(), m_agentFactory, ns3::MakeCallback(), NS_LOG_FUNCTION, and ns3::dsr::DsrRouting::Send().

Referenced by ns3::DsrMainHelper::Install().

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

◆ operator=()

DsrHelper & ns3::DsrHelper::operator= ( const DsrHelper )
delete

◆ Set()

void ns3::DsrHelper::Set ( std::string  name,
const AttributeValue value 
)

Set attribute values for future instances of DSR that this helper creates.

Parameters
namethe node on which the routing protocol will run
valuenewly-created L4 protocol

Definition at line 93 of file dsr-helper.cc.

References m_agentFactory, and ns3::ObjectFactory::Set().

+ Here is the call graph for this function:

Member Data Documentation

◆ m_agentFactory

ObjectFactory ns3::DsrHelper::m_agentFactory
private

DSR factory.

Definition at line 91 of file dsr-helper.h.

Referenced by DsrHelper(), Create(), and Set().


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