Public Member Functions | Static Public Member Functions

ns3::Dot11sStack Class Reference

Helper class to allow easy installation of 802.11s stack. More...

#include <dot11s-installer.h>

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

List of all members.

Public Member Functions

 Dot11sStack ()
 ~Dot11sStack ()
void DoDispose ()
bool InstallStack (Ptr< MeshPointDevice > mp)
 Install an 802.11s stack.
void Report (const Ptr< MeshPointDevice > mp, std::ostream &)
 Iterate through the referenced devices and protocols and print their statistics.
void ResetStats (const Ptr< MeshPointDevice > mp)
 Reset the statistics on the referenced devices and protocols.

Static Public Member Functions

static TypeId GetTypeId ()
 This method returns the TypeId associated to ns3::Dot11sStack.

Detailed Description

Helper class to allow easy installation of 802.11s stack.


Constructor & Destructor Documentation

ns3::Dot11sStack::Dot11sStack (  ) 

Create a Dot11sStack() installer helper.

ns3::Dot11sStack::~Dot11sStack (  ) 

Destroy a Dot11sStack() installer helper.


Member Function Documentation

void ns3::Dot11sStack::DoDispose (  )  [virtual]

Break any reference cycles in the installer helper. Required for ns-3 Object support.

Reimplemented from ns3::Object.

static TypeId ns3::Dot11sStack::GetTypeId ( void   )  [static]

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

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

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/LinkManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BandwidthManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BurstProfileManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/NoiseModel/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/PropagationModel/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/ConnectionManager/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel/$ns3::Dot11sStack
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::Dot11sStack

Attributes defined for this type:

  • Root: The MAC address of root mesh point.

No TraceSources defined for this type.

Reimplemented from ns3::Object.

bool ns3::Dot11sStack::InstallStack ( Ptr< MeshPointDevice mp  )  [virtual]

Install an 802.11s stack.

Parameters:
mp The Ptr<MeshPointDevice> to use when setting up the PMP.

Implements ns3::MeshStack.


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