#include "ns3/boolean.h"
#include "ns3/command-line.h"
#include "ns3/config-store.h"
#include "ns3/config.h"
#include "ns3/log.h"
#include "ns3/ssid.h"
#include "ns3/string.h"
#include "ns3/uinteger.h"
#include "ns3/wifi-net-device.h"
#include "ns3/yans-wifi-helper.h"
#include "ns3/yans-wifi-phy.h"
Go to the source code of this file.
Functions | |
Ptr< YansWifiPhy > | GetYansWifiPhyPtr (const NetDeviceContainer &nc) |
Get the Yans Wifi Phy Ptr object for the 1st node in the NodeContainer. | |
void | PrintAttributesIfEnabled (bool enabled) |
Print the attributes to a file. | |
Ptr< YansWifiPhy > GetYansWifiPhyPtr | ( | const NetDeviceContainer & | nc | ) |
Get the Yans Wifi Phy Ptr object for the 1st node in the NodeContainer.
nc | The node container. |
Definition at line 37 of file wifi-phy-configuration.cc.
References ns3::NetDeviceContainer::Get().
void PrintAttributesIfEnabled | ( | bool | enabled | ) |
Print the attributes to a file.
enabled | Enable printing. |
Definition at line 50 of file wifi-phy-configuration.cc.
References ns3::ConfigStore::ConfigureAttributes().