|
ns-3
|
Helper class that adds Nix-vector routing to nodes. More...
#include <ipv4-nix-vector-helper.h>


Public Member Functions | |
| Ipv4NixVectorHelper (const Ipv4NixVectorHelper &) | |
| Construct an Ipv4NixVectorHelper from another previously initialized instance (Copy Constructor). | |
| Ipv4NixVectorHelper * | Copy (void) const |
| virtual constructor | |
| virtual Ptr< Ipv4RoutingProtocol > | Create (Ptr< Node > node) const |
Public Member Functions inherited from ns3::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. | |
Helper class that adds Nix-vector routing to nodes.
This class is expected to be used in conjunction with ns3::InternetStackHelper::SetRoutingHelper
|
virtual |
virtual constructor
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 |
| node | the node on which the routing protocol will run |
This method will be called by ns3::InternetStackHelper::Install
Implements ns3::Ipv4RoutingHelper.
References ns3::Object::AggregateObject(), and ns3::ObjectFactory::Create().