ns-3
ns3::Ipv6ExtensionRoutingDemux Class Reference

IPv6 Extension Routing Demux. More...

#include <ipv6-extension.h>

Inheritance diagram for ns3::Ipv6ExtensionRoutingDemux:
Collaboration diagram for ns3::Ipv6ExtensionRoutingDemux:

List of all members.

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< Ipv6ExtensionRoutingGetExtensionRouting (uint8_t typeRouting)
 Get the routing extension corresponding to typeRouting.
void Remove (Ptr< Ipv6ExtensionRouting > extensionRouting)
 Remove a routing extension from this demux.

Static Public Member Functions

static TypeId GetTypeId ()
 The interface ID.

Protected Member Functions

virtual void DoDispose ()
 Dispose this object.

Detailed Description

IPv6 Extension Routing Demux.


Member Function Documentation

Get the routing extension corresponding to typeRouting.

Parameters:
typeRoutingthe number of the routing extension to retrieve
Returns:
a matching IPv6 routing extension

The interface ID.

This method returns the TypeId associated to ns3::Ipv6ExtensionRoutingDemux.

Returns:
type ID

This object is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::Ipv6ExtensionRoutingDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::Ipv6ExtensionRoutingDemux

Attributes defined for this type:

No TraceSources defined for this type.

Reimplemented from ns3::Object.

References ns3::TypeId::SetParent().

Insert a new IPv6 Routing Extension.

Parameters:
extensionRoutingthe routing extension to insert

Remove a routing extension from this demux.

Parameters:
extensionRoutingpointer on the extension to remove

Set the node.

Parameters:
nodethe node to set

The documentation for this class was generated from the following files: