ns-3
|
IPv6 Extension Routing Demux. More...
#include <ipv6-extension.h>
Public Member Functions | |
Ipv6ExtensionRoutingDemux () | |
Constructor. | |
virtual | ~Ipv6ExtensionRoutingDemux () |
Destructor. | |
void | SetNode (Ptr< Node > node) |
Set the node. | |
void | Insert (Ptr< Ipv6ExtensionRouting > extensionRouting) |
Insert a new IPv6 Routing Extension. | |
Ptr< Ipv6ExtensionRouting > | GetExtensionRouting (uint8_t typeRouting) |
Get the routing extension corresponding to typeRouting. | |
void | Remove (Ptr< Ipv6ExtensionRouting > extensionRouting) |
Remove a routing extension from this demux. | |
![]() | |
virtual TypeId | GetInstanceTypeId (void) const |
template<typename T > | |
Ptr< T > | GetObject (void) const |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
void | Dispose (void) |
void | AggregateObject (Ptr< Object > other) |
AggregateIterator | GetAggregateIterator (void) const |
void | Start (void) |
![]() | |
SimpleRefCount (const SimpleRefCount &o) | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
uint32_t | GetReferenceCount (void) const |
![]() | |
void | SetAttribute (std::string name, const AttributeValue &value) |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
void | GetAttribute (std::string name, AttributeValue &value) const |
bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
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 () |
The interface ID. |
Protected Member Functions | |
virtual void | DoDispose () |
Dispose this object. | |
![]() | |
virtual void | NotifyNewAggregate (void) |
virtual void | DoStart (void) |
Object (const Object &o) |
IPv6 Extension Routing Demux.
Ptr< Ipv6ExtensionRouting > ns3::Ipv6ExtensionRoutingDemux::GetExtensionRouting | ( | uint8_t | typeRouting | ) |
Get the routing extension corresponding to typeRouting.
typeRouting | the number of the routing extension to retrieve |
|
static |
The interface ID.
This method returns the TypeId associated to ns3::Ipv6ExtensionRoutingDemux.
Attributes defined for this type:
No TraceSources defined for this type.
Reimplemented from ns3::Object.
References ns3::TypeId::SetParent().
void ns3::Ipv6ExtensionRoutingDemux::Insert | ( | Ptr< Ipv6ExtensionRouting > | extensionRouting | ) |
Insert a new IPv6 Routing Extension.
extensionRouting | the routing extension to insert |
void ns3::Ipv6ExtensionRoutingDemux::Remove | ( | Ptr< Ipv6ExtensionRouting > | extensionRouting | ) |
Remove a routing extension from this demux.
extensionRouting | pointer on the extension to remove |
Set the node.
node | the node to set |