A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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:
+ Collaboration diagram for ns3::Ipv4NixVectorHelper:

Public Member Functions

 Ipv4NixVectorHelper ()
 Ipv4NixVectorHelper (const Ipv4NixVectorHelper &)
 Construct an Ipv4NixVectorHelper from another previously initialized instance (Copy Constructor).
Ipv4NixVectorHelperCopy (void) const
virtual Ptr< Ipv4RoutingProtocolCreate (Ptr< Node > node) const
- Public Member Functions inherited from ns3::Ipv4RoutingHelper
virtual ~Ipv4RoutingHelper ()
void PrintRoutingTableAllAt (Time printTime, Ptr< OutputStreamWrapper > stream) const
 prints the routing tables of all nodes at a particular time.
void PrintRoutingTableAllEvery (Time printInterval, Ptr< OutputStreamWrapper > stream) const
 prints the routing tables of all nodes at regular intervals specified by user.
void PrintRoutingTableAt (Time printTime, Ptr< Node > node, Ptr< OutputStreamWrapper > stream) const
 prints the routing tables of a node at a particular time.
void PrintRoutingTableEvery (Time printInterval, Ptr< Node > node, Ptr< OutputStreamWrapper > stream) const
 prints the routing tables of a node at regular intervals specified by user.

Private Member Functions

Ipv4NixVectorHelperoperator= (const Ipv4NixVectorHelper &o)
 Assignment operator declared private and not implemented to disallow assignment and prevent the compiler from happily inserting its own.

Private Attributes

ObjectFactory m_agentFactory

Detailed Description

Helper class that adds Nix-vector routing to nodes.

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

Definition at line 36 of file ipv4-nix-vector-helper.h.

Constructor & Destructor Documentation

ns3::Ipv4NixVectorHelper::Ipv4NixVectorHelper ( )

Definition at line 26 of file ipv4-nix-vector-helper.cc.

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

Referenced by Copy().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ns3::Ipv4NixVectorHelper::Ipv4NixVectorHelper ( const Ipv4NixVectorHelper o)

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

Definition at line 31 of file ipv4-nix-vector-helper.cc.

Member Function Documentation

Ipv4NixVectorHelper * ns3::Ipv4NixVectorHelper::Copy ( void  ) const
virtual
Returns
pointer to clone of this Ipv4NixVectorHelper

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.

Definition at line 37 of file ipv4-nix-vector-helper.cc.

References Ipv4NixVectorHelper().

+ Here is the call graph for this function:

Ptr< Ipv4RoutingProtocol > ns3::Ipv4NixVectorHelper::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.

Definition at line 43 of file ipv4-nix-vector-helper.cc.

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

+ Here is the call graph for this function:

Ipv4NixVectorHelper& ns3::Ipv4NixVectorHelper::operator= ( const Ipv4NixVectorHelper o)
private

Assignment operator declared private and not implemented to disallow assignment and prevent the compiler from happily inserting its own.

Member Data Documentation

ObjectFactory ns3::Ipv4NixVectorHelper::m_agentFactory
private

Definition at line 76 of file ipv4-nix-vector-helper.h.

Referenced by Create(), and Ipv4NixVectorHelper().


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