#include <list>
#include <unordered_map>
#include "ns3/nstime.h"
#include "wifi-tx-vector.h"
#include "wifi-phy-header.h"
#include "wifi-phy-band.h"
Go to the source code of this file.
Classes | |
class | ns3::WifiPpdu |
WifiPpdu stores a preamble, a modulation class, PHY headers and a PSDU. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef std::unordered_map< uint16_t, Ptr< const WifiPsdu > > | ns3::WifiConstPsduMap |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiPpdu &ppdu) |
Stream insertion operator. More... | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiConstPsduMap &psdus) |
Stream insertion operator. More... | |