ns-3
ns3::DsdvHelper Class Reference

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

#include <dsdv-helper.h>

Inheritance diagram for ns3::DsdvHelper:
Collaboration diagram for ns3::DsdvHelper:

List of all members.

Public Member Functions

DsdvHelperCopy (void) const
 virtual constructor
virtual Ptr< Ipv4RoutingProtocolCreate (Ptr< Node > node) const
void Set (std::string name, const AttributeValue &value)

Detailed Description

Helper class that adds DSDV routing to nodes.


Member Function Documentation

DsdvHelper * ns3::DsdvHelper::Copy ( void  ) const [virtual]

virtual constructor

Returns:
pointer to clone of this Ipv4RoutingHelper

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

Implements ns3::Ipv4RoutingHelper.

Ptr< Ipv4RoutingProtocol > ns3::DsdvHelper::Create ( Ptr< Node node) const [virtual]
Parameters:
nodethe node on which the routing protocol will run
Returns:
a newly-created routing protocol

This method will be called by ns3::InternetStackHelper::Install

Implements ns3::Ipv4RoutingHelper.

References ns3::Object::AggregateObject(), and ns3::ObjectFactory::Create().

void ns3::DsdvHelper::Set ( std::string  name,
const AttributeValue value 
)
Parameters:
namethe name of the attribute to set
valuethe value of the attribute to set.

This method controls the attributes of ns3::dsdv::RoutingProtocol

References ns3::ObjectFactory::Set().


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