|
ns-3
|
build a set of EmuNetDevice objects More...
#include <emu-helper.h>


Public Member Functions | |
| void | SetQueue (std::string type, 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()) |
| void | SetAttribute (std::string n1, const AttributeValue &v1) |
| NetDeviceContainer | Install (Ptr< Node > node) const |
| NetDeviceContainer | Install (std::string nodeName) const |
| NetDeviceContainer | Install (const NodeContainer &c) const |
build a set of EmuNetDevice objects
Normally we eschew multiple inheritance, however, the classes PcapUserHelperForDevice and AsciiTraceUserHelperForDevice are treated as "mixins". A mixin is a self-contained class that encapsulates a general attribute or a set of functionality that may be of interest to many other classes.
| NetDeviceContainer ns3::EmuHelper::Install | ( | Ptr< Node > | node | ) | const |
This method creates an ns3::EmuNetDevice with the attributes configured by EmuHelper::SetDeviceAttribute and then adds the device to the node.
| node | The node to install the device in |
| NetDeviceContainer ns3::EmuHelper::Install | ( | std::string | nodeName | ) | const |
This method creates an ns3::EmuNetDevice with the attributes configured by EmuHelper::SetDeviceAttribute and then adds the device to the node.
| nodeName | The name of the node to install the device in |
| NetDeviceContainer ns3::EmuHelper::Install | ( | const NodeContainer & | c | ) | const |
For each Ptr<node> in the provided container this method creates an ns3::EmuNetDevice (with the attributes configured by EmuHelper::SetDeviceAttribute); adds the device to the node.
| c | The NodeContainer holding the nodes to be changed. |
References ns3::NetDeviceContainer::Add(), ns3::NodeContainer::Begin(), and ns3::NodeContainer::End().
| void ns3::EmuHelper::SetAttribute | ( | std::string | n1, |
| const AttributeValue & | v1 | ||
| ) |
| n1 | the name of the attribute to set |
| v1 | the value of the attribute to set |
Set these attributes on each ns3::EmuNetDevice created by EmuHelper::Install
References NS_LOG_FUNCTION_NOARGS, and ns3::ObjectFactory::Set().
| void ns3::EmuHelper::SetQueue | ( | std::string | type, |
| 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 () |
||
| ) |
| type | the type of queue |
| n1 | the name of the attribute to set on the queue |
| v1 | the value of the attribute to set on the queue |
| n2 | the name of the attribute to set on the queue |
| v2 | the value of the attribute to set on the queue |
| n3 | the name of the attribute to set on the queue |
| v3 | the value of the attribute to set on the queue |
| n4 | the name of the attribute to set on the queue |
| v4 | the value of the attribute to set on the queue |
Set the type of queue to create and associated to each EmuNetDevice created through EmuHelper::Install.
References NS_LOG_FUNCTION_NOARGS, ns3::ObjectFactory::Set(), and ns3::ObjectFactory::SetTypeId().