Public Member Functions

ns3::Ipv4NixVectorHelper Class Reference

Helper class that adds Nix-vector routing to nodes. More...

#include <ipv4-nix-vector-helper.h>

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

List of all members.

Public Member Functions

 Ipv4NixVectorHelper (const Ipv4NixVectorHelper &)
 Construct an Ipv4NixVectorHelper from another previously initialized instance (Copy Constructor).
Ipv4NixVectorHelperCopy (void) const
 virtual constructor
virtual Ptr< Ipv4RoutingProtocolCreate (Ptr< Node > node) const

Detailed Description

Helper class that adds Nix-vector routing to nodes.

This class is expected to be used in conjunction with ns3::InternetStackHelper::SetRoutingHelper


Member Function Documentation

Ipv4NixVectorHelper* ns3::Ipv4NixVectorHelper::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::Ipv4NixVectorHelper::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

Implements ns3::Ipv4RoutingHelper.


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