#include <wifi-helper.h>
Public Member Functions | |
virtual Ptr< WifiPhy > | Create (Ptr< Node > node, Ptr< WifiNetDevice > device) const =0 |
This base class must be implemented by new PHY implementation which wish to integrate with the ns3::WifiHelper class.
virtual Ptr<WifiPhy> ns3::WifiPhyHelper::Create | ( | Ptr< Node > | node, | |
Ptr< WifiNetDevice > | device | |||
) | const [pure virtual] |
node | the node on which the PHY object will reside | |
device | the device within which the PHY object will reside |
Implemented in ns3::YansWifiPhyHelper.