#include "ns3/object.h"#include "wifi-phy-state.h"#include "ns3/callback.h"#include "ns3/traced-callback.h"#include "wifi-preamble.h"#include "wifi-phy-listener.h"
 Include dependency graph for wifi-phy-state-helper.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ns3::WifiPhyStateHelper | 
| This objects implements the PHY state machine of the Wifi device.  More... | |
Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace.  | |
Typedefs | |
| typedef Callback< void, Ptr< Packet >, double > | ns3::RxErrorCallback | 
| arg1: packet received unsuccessfully arg2: snr of packet  More... | |
| typedef Callback< void, Ptr< Packet >, double, WifiTxVector > | ns3::RxOkCallback | 
| arg1: packet received successfully arg2: snr of packet arg3: TXVECTOR of packet arg4: type of preamble used for packet.  More... | |