Public Member Functions

ns3::AodvHelper Class Reference
[AODV]

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

#include <aodv-helper.h>

Inheritance diagram for ns3::AodvHelper:
Inheritance graph
[legend]
Collaboration diagram for ns3::AodvHelper:
Collaboration graph
[legend]

List of all members.

Public Member Functions

AodvHelperCopy (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 AODV routing to nodes.


Member Function Documentation

AodvHelper* ns3::AodvHelper::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.

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

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

TODO: support installing AODV on the subset of all available IP interfaces

Implements ns3::Ipv4RoutingHelper.

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

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


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