ns-3
|
Public Member Functions | |
DsrHelper () | |
DsrHelper (const DsrHelper &) | |
Construct an DsrHelper from another previously initialized instance (Copy Constructor). | |
DsrHelper * | Copy (void) const |
Ptr< ns3::dsr::DsrRouting > | Create (Ptr< Node > node) const |
void | Set (std::string name, const AttributeValue &value) |
ns3::DsrHelper::DsrHelper | ( | ) |
Create an DsrHelper that makes life easier for people who want to install Dsr routing to nodes.
References NS_LOG_FUNCTION, and ns3::ObjectFactory::SetTypeId().
Ptr< ns3::dsr::DsrRouting > ns3::DsrHelper::Create | ( | Ptr< Node > | node | ) | const |
node | the node on which the routing protocol will run |
References ns3::Object::AggregateObject(), ns3::ObjectFactory::Create(), ns3::Object::GetObject(), ns3::MakeCallback(), NS_LOG_FUNCTION, ns3::TcpL4Protocol::SetDownTarget(), and ns3::dsr::DsrRouting::SetDownTarget().