Virtual channel implementation for bridges (BridgeNetDevice). More...
#include <bridge-channel.h>
Public Member Functions | |
BridgeChannel () | |
virtual | ~BridgeChannel () |
void | AddChannel (Ptr< Channel > bridgedChannel) |
virtual Ptr< NetDevice > | GetDevice (uint32_t i) const |
virtual uint32_t | GetNDevices (void) const |
![]() | |
Channel () | |
virtual | ~Channel () |
uint32_t | GetId (void) const |
![]() | |
Object () | |
virtual | ~Object () |
void | AggregateObject (Ptr< Object > other) |
void | Dispose (void) |
AggregateIterator | GetAggregateIterator (void) const |
virtual TypeId | GetInstanceTypeId (void) const |
template<typename T > | |
Ptr< T > | GetObject (void) const |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
void | Start (void) |
![]() | |
SimpleRefCount () | |
SimpleRefCount (const SimpleRefCount &o) | |
uint32_t | GetReferenceCount (void) const |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
![]() | |
virtual | ~ObjectBase () |
void | GetAttribute (std::string name, AttributeValue &value) const |
bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
void | SetAttribute (std::string name, const AttributeValue &value) |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
Private Member Functions | |
BridgeChannel (const BridgeChannel &) | |
BridgeChannel & | operator= (const BridgeChannel &) |
Private Attributes | |
std::vector< Ptr< Channel > > | m_bridgedChannels |
Additional Inherited Members | |
![]() | |
Object (const Object &o) | |
virtual void | DoDispose (void) |
virtual void | DoStart (void) |
virtual void | NotifyNewAggregate (void) |
Virtual channel implementation for bridges (BridgeNetDevice).
Just like BridgeNetDevice aggregates multiple NetDevices, BridgeChannel aggregates multiple channels and make them appear as a single channel to upper layers.
ns3::BridgeChannel is accessible through the following paths with Config::Set and Config::Connect:
No Attributes are defined for this type.
No TraceSources are defined for this type.
Definition at line 36 of file bridge-channel.h.
ns3::BridgeChannel::BridgeChannel | ( | ) |
Definition at line 38 of file bridge-channel.cc.
References NS_LOG_FUNCTION_NOARGS.
|
virtual |
Definition at line 44 of file bridge-channel.cc.
References m_bridgedChannels, and NS_LOG_FUNCTION_NOARGS.
|
private |
Definition at line 58 of file bridge-channel.cc.
References m_bridgedChannels.
Referenced by ns3::BridgeNetDevice::AddBridgePort(), and ns3::MeshPointDevice::AddInterface().
i | index of NetDevice to retrieve |
This method must be implemented by subclasses.
Implements ns3::Channel.
Definition at line 77 of file bridge-channel.cc.
References m_bridgedChannels.
|
virtual |
This method must be implemented by subclasses.
Implements ns3::Channel.
Definition at line 64 of file bridge-channel.cc.
References m_bridgedChannels.
|
static |
Reimplemented from ns3::Channel.
Definition at line 29 of file bridge-channel.cc.
References ns3::TypeId::SetParent().
|
private |
Definition at line 54 of file bridge-channel.h.
Referenced by AddChannel(), GetDevice(), GetNDevices(), and ~BridgeChannel().