create PHY objects More...
#include <wifi-helper.h>
Public Member Functions | |
virtual | ~WifiPhyHelper () |
virtual Ptr< WifiPhy > | Create (Ptr< Node > node, Ptr< WifiNetDevice > device) const =0 |
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 46 of file wifi-helper.h.
|
virtual |
Definition at line 47 of file wifi-helper.cc.
|
pure virtual |
node | the node on which the PHY object will reside |
device | the device within which the PHY object will reside |
Subclasses must implement this method to allow the ns3::WifiHelper class to create PHY objects from ns3::WifiHelper::Install.
Implemented in ns3::YansWifiPhyHelper.
Referenced by ns3::MeshHelper::CreateInterface(), and ns3::WifiHelper::Install().