ns3::WifiPhyHelper Class Reference

create PHY objects More...

#include <wifi-helper.h>

Inheritance diagram for ns3::WifiPhyHelper:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~WifiPhyHelper ()
virtual Ptr< WifiPhyCreate (Ptr< Node > node, Ptr< WifiNetDevice > device) const =0

Detailed Description

create PHY objects

This base class must be implemented by new PHY implementation which wish to integrate with the ns3::WifiHelper class.

Definition at line 41 of file wifi-helper.h.


Constructor & Destructor Documentation

ns3::WifiPhyHelper::~WifiPhyHelper (  )  [virtual]

Definition at line 41 of file wifi-helper.cc.


Member Function Documentation

virtual Ptr<WifiPhy> ns3::WifiPhyHelper::Create ( Ptr< Node node,
Ptr< WifiNetDevice device 
) const [pure virtual]
Parameters:
node the node on which the PHY object will reside
device the device within which the PHY object will reside
Returns:
a new PHY object.

Subclasses must implement this method to allow the ns3::WifiHelper class to create PHY objects from ns3::WifiHelper::Install.

Implemented in ns3::Ns2ExtWifiPhyHelper, and ns3::YansWifiPhyHelper.

Referenced by ns3::WifiHelper::Install().


The documentation for this class was generated from the following files:
Generated on Thu Dec 3 14:11:34 2009 for NS-3 by  doxygen 1.6.3