Helper class that adds OLSR routing to nodes. More...
#include <olsr-helper.h>
Public Member Functions | |
void | SetAgent (std::string tid, std::string n0="", const AttributeValue &v0=EmptyAttributeValue(), std::string n1="", const AttributeValue &v1=EmptyAttributeValue(), std::string n2="", const AttributeValue &v2=EmptyAttributeValue(), std::string n3="", const AttributeValue &v3=EmptyAttributeValue(), std::string n4="", const AttributeValue &v4=EmptyAttributeValue(), std::string n5="", const AttributeValue &v5=EmptyAttributeValue(), std::string n6="", const AttributeValue &v6=EmptyAttributeValue(), std::string n7="", const AttributeValue &v7=EmptyAttributeValue()) |
Set default OLSR routing agent attributes. | |
void | Install (NodeContainer container) |
Enable OLSR routing for a set of nodes. | |
void | Install (Ptr< Node > node) |
Enable OLSR routing for a single node. | |
void | InstallAll (void) |
Enable OLSR routing for all nodes. |
Helper class that adds OLSR routing to nodes.