#include <bridge-helper.h>
Public Member Functions | |
BridgeHelper () | |
void | SetDeviceAttribute (std::string n1, const AttributeValue &v1) |
NetDeviceContainer | Install (Ptr< Node > node, NetDeviceContainer c) |
Private Attributes | |
ObjectFactory | m_deviceFactory |
Definition at line 13 of file bridge-helper.h.
ns3::BridgeHelper::BridgeHelper | ( | ) |
Definition at line 28 of file bridge-helper.cc.
References m_deviceFactory, NS_LOG_FUNCTION_NOARGS, and ns3::ObjectFactory::SetTypeId().
NetDeviceContainer ns3::BridgeHelper::Install | ( | Ptr< Node > | node, | |
NetDeviceContainer | c | |||
) |
Definition at line 42 of file bridge-helper.cc.
References ns3::NetDeviceContainer::Begin(), ns3::ObjectFactory::Create(), ns3::NetDeviceContainer::End(), m_deviceFactory, NS_LOG_FUNCTION_NOARGS, and NS_LOG_LOGIC.
void ns3::BridgeHelper::SetDeviceAttribute | ( | std::string | n1, | |
const AttributeValue & | v1 | |||
) |
Definition at line 35 of file bridge-helper.cc.
References m_deviceFactory, NS_LOG_FUNCTION_NOARGS, and ns3::ObjectFactory::Set().
Definition at line 20 of file bridge-helper.h.
Referenced by BridgeHelper(), Install(), and SetDeviceAttribute().