#include "ns3/assert.h"
#include "ns3/address-utils.h"
#include "wifi-mac-header.h"
Go to the source code of this file.
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Defines | |
#define | FOO(x) |
Enumerations | |
enum | { ns3::TYPE_MGT = 0, ns3::TYPE_CTL = 1, ns3::TYPE_DATA = 2 } |
enum | { ns3::SUBTYPE_CTL_BACKREQ = 8, ns3::SUBTYPE_CTL_BACKRESP = 9, ns3::SUBTYPE_CTL_RTS = 11, ns3::SUBTYPE_CTL_CTS = 12, ns3::SUBTYPE_CTL_ACK = 13 } |
Functions | |
ns3::NS_OBJECT_ENSURE_REGISTERED (WifiMacHeader) |
#define FOO | ( | x | ) |
case WIFI_MAC_ ## x: \ return #x; \ break;
Referenced by ns3::WifiMacHeader::GetTypeString().