Public Member Functions | Static Public Member Functions | Protected Member Functions

ns3::Ipv6OptionDemux Class Reference

IPv6 Option Demux. More...

#include <ipv6-option-demux.h>

Inheritance diagram for ns3::Ipv6OptionDemux:
Inheritance graph
[legend]
Collaboration diagram for ns3::Ipv6OptionDemux:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Ipv6OptionDemux ()
 Constructor.
virtual ~Ipv6OptionDemux ()
 Destructor.
void SetNode (Ptr< Node > node)
 Set the node.
void Insert (Ptr< Ipv6Option > option)
 Insert a new IPv6 Option.
Ptr< Ipv6OptionGetOption (int optionNumber)
 Get the option corresponding to optionNumber.
void Remove (Ptr< Ipv6Option > option)
 Remove an option from this demux.

Static Public Member Functions

static TypeId GetTypeId (void)
 The interface ID.

Protected Member Functions

virtual void DoDispose ()
 Dispose this object.

Detailed Description

IPv6 Option Demux.


Member Function Documentation

Ptr<Ipv6Option> ns3::Ipv6OptionDemux::GetOption ( int  optionNumber  ) 

Get the option corresponding to optionNumber.

Parameters:
optionNumber the option number of the option to retrieve
Returns:
a matching IPv6 option
static TypeId ns3::Ipv6OptionDemux::GetTypeId ( void   )  [static]

The interface ID.

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

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::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/LinkManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BandwidthManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BurstProfileManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/NoiseModel/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/PropagationModel/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/ConnectionManager/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel/$ns3::Ipv6OptionDemux
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::Ipv6OptionDemux

Attributes defined for this type:

No TraceSources defined for this type.

Reimplemented from ns3::Object.

void ns3::Ipv6OptionDemux::Insert ( Ptr< Ipv6Option option  ) 

Insert a new IPv6 Option.

Parameters:
option the option to insert
void ns3::Ipv6OptionDemux::Remove ( Ptr< Ipv6Option option  ) 

Remove an option from this demux.

Parameters:
option pointer on the option to remove
void ns3::Ipv6OptionDemux::SetNode ( Ptr< Node node  ) 

Set the node.

Parameters:
node the node to set

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