Helper class that adds DSDV routing to nodes. More...
#include "dsdv-helper.h"
| Public Member Functions | |
| DsdvHelper () | |
| ~DsdvHelper () override | |
| DsdvHelper * | Copy () const override | 
| Ptr< Ipv4RoutingProtocol > | Create (Ptr< Node > node) const override | 
| void | Set (std::string name, const AttributeValue &value) | 
| Public Member Functions inherited from ns3::Ipv4RoutingHelper | |
| virtual | ~Ipv4RoutingHelper () | 
| Private Attributes | |
| ObjectFactory | m_agentFactory | 
| Object factory. | |
| Additional Inherited Members | |
| Static Public Member Functions inherited from ns3::Ipv4RoutingHelper | |
| template<class T> | |
| static Ptr< T > | GetRouting (Ptr< Ipv4RoutingProtocol > protocol) | 
| Request a specified routing protocol <T> from Ipv4RoutingProtocol protocol. | |
| static void | PrintNeighborCacheAllAt (Time printTime, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the neighbor cache of all nodes at a particular time. | |
| static void | PrintNeighborCacheAllEvery (Time printInterval, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the neighbor cache of all nodes at regular intervals specified by user. | |
| static void | PrintNeighborCacheAt (Time printTime, Ptr< Node > node, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the neighbor cache of a node at a particular time. | |
| static void | PrintNeighborCacheEvery (Time printInterval, Ptr< Node > node, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the neighbor cache of a node at regular intervals specified by user. | |
| static void | PrintRoutingTableAllAt (Time printTime, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the routing tables of all nodes at a particular time. | |
| static void | PrintRoutingTableAllEvery (Time printInterval, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the routing tables of all nodes at regular intervals specified by user. | |
| static void | PrintRoutingTableAt (Time printTime, Ptr< Node > node, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the routing tables of a node at a particular time. | |
| static void | PrintRoutingTableEvery (Time printInterval, Ptr< Node > node, Ptr< OutputStreamWrapper > stream, Time::Unit unit=Time::S) | 
| prints the routing tables of a node at regular intervals specified by user. | |
Helper class that adds DSDV routing to nodes.
Definition at line 35 of file dsdv-helper.h.
| ns3::DsdvHelper::DsdvHelper | ( | ) | 
Definition at line 33 of file dsdv-helper.cc.
References m_agentFactory.
Referenced by Copy().
| 
 | override | 
Definition at line 29 of file dsdv-helper.cc.
| 
 | overridevirtual | 
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 40 of file dsdv-helper.cc.
References DsdvHelper().
| 
 | overridevirtual | 
| node | the node on which the routing protocol will run | 
This method will be called by ns3::InternetStackHelper::Install
Implements ns3::Ipv4RoutingHelper.
Definition at line 46 of file dsdv-helper.cc.
References m_agentFactory.
| void ns3::DsdvHelper::Set | ( | std::string | name, | 
| const AttributeValue & | value ) | 
| name | the name of the attribute to set | 
| value | the value of the attribute to set. | 
This method controls the attributes of ns3::dsdv::RoutingProtocol
Definition at line 54 of file dsdv-helper.cc.
References m_agentFactory.
| 
 | private | 
Object factory.
Definition at line 65 of file dsdv-helper.h.
Referenced by DsdvHelper(), Create(), and Set().