Add capability to bridge multiple LAN segments (IEEE 802.1D bridging) More...
#include "bridge-helper.h"
 Collaboration diagram for ns3::BridgeHelper:
 Collaboration diagram for ns3::BridgeHelper:| Public Member Functions | |
| BridgeHelper () | |
| NetDeviceContainer | Install (Ptr< Node > node, NetDeviceContainer c) | 
| This method creates an ns3::BridgeNetDevice with the attributes configured by BridgeHelper::SetDeviceAttribute, adds the device to the node, and attaches the given NetDevices as ports of the bridge.  More... | |
| NetDeviceContainer | Install (std::string nodeName, NetDeviceContainer c) | 
| This method creates an ns3::BridgeNetDevice with the attributes configured by BridgeHelper::SetDeviceAttribute, adds the device to the node, and attaches the given NetDevices as ports of the bridge.  More... | |
| void | SetDeviceAttribute (std::string n1, const AttributeValue &v1) | 
| Set an attribute on each ns3::BridgeNetDevice created by BridgeHelper::Install.  More... | |
| Private Attributes | |
| ObjectFactory | m_deviceFactory | 
| Object factory.  More... | |
Add capability to bridge multiple LAN segments (IEEE 802.1D bridging)
Definition at line 43 of file bridge-helper.h.
| ns3::BridgeHelper::BridgeHelper | ( | ) | 
Definition at line 35 of file bridge-helper.cc.
References m_deviceFactory, NS_LOG_FUNCTION_NOARGS, and ns3::ObjectFactory::SetTypeId().
 Here is the call graph for this function:
 Here is the call graph for this function:| NetDeviceContainer ns3::BridgeHelper::Install | ( | Ptr< Node > | node, | 
| NetDeviceContainer | c | ||
| ) | 
This method creates an ns3::BridgeNetDevice with the attributes configured by BridgeHelper::SetDeviceAttribute, adds the device to the node, and attaches the given NetDevices as ports of the bridge.
| node | The node to install the device in | 
| c | Container of NetDevices to add as bridge ports | 
Definition at line 49 of file bridge-helper.cc.
References ns3::Node::AddDevice(), ns3::NetDeviceContainer::Begin(), ns3::ObjectFactory::Create(), ns3::NetDeviceContainer::End(), ns3::Node::GetId(), m_deviceFactory, NS_LOG_FUNCTION_NOARGS, and NS_LOG_LOGIC.
Referenced by CsmaBridgeTestCase::DoRun(), BridgeTest::DoSetup(), TwoBridgeTest::DoSetup(), and Install().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| NetDeviceContainer ns3::BridgeHelper::Install | ( | std::string | nodeName, | 
| NetDeviceContainer | c | ||
| ) | 
This method creates an ns3::BridgeNetDevice with the attributes configured by BridgeHelper::SetDeviceAttribute, adds the device to the node, and attaches the given NetDevices as ports of the bridge.
| nodeName | The name of the node to install the device in | 
| c | Container of NetDevices to add as bridge ports | 
Definition at line 68 of file bridge-helper.cc.
References Install(), and NS_LOG_FUNCTION_NOARGS.
 Here is the call graph for this function:
 Here is the call graph for this function:| void ns3::BridgeHelper::SetDeviceAttribute | ( | std::string | n1, | 
| const AttributeValue & | v1 | ||
| ) | 
Set an attribute on each ns3::BridgeNetDevice created by BridgeHelper::Install.
| n1 | the name of the attribute to set | 
| v1 | the value of the attribute to set | 
Definition at line 42 of file bridge-helper.cc.
References m_deviceFactory, NS_LOG_FUNCTION_NOARGS, and ns3::ObjectFactory::Set().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Object factory.
Definition at line 81 of file bridge-helper.h.
Referenced by BridgeHelper(), Install(), and SetDeviceAttribute().