#include "adhoc-wifi-mac.h"
#include "ns3/mac48-address.h"
#include "ns3/callback.h"
#include "ns3/packet.h"
#include <stdint.h>
#include "ns3/object.h"
#include "ns3/nstime.h"
#include "ns3/ptr.h"
#include "ns3/tag.h"
#include "wifi-mode.h"
#include "wifi-remote-station-manager.h"
#include "ns3/buffer.h"
#include "ns3/attribute-helper.h"
#include "ns3/header.h"
#include <vector>
#include <ostream>
#include "wifi-mac-header.h"
#include "wifi-preamble.h"
#include "ns3/event-id.h"
#include <map>
#include <utility>
#include "wifi-phy.h"
#include "ns3/log.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 | NS_LOG_APPEND_CONTEXT if (m_low != 0) {std::clog << "[mac=" << m_low->GetAddress () << "] ";} |
Functions | |
NS_LOG_COMPONENT_DEFINE ("AdhocWifiMac") | |
ns3::NS_OBJECT_ENSURE_REGISTERED (AdhocWifiMac) |
#define NS_LOG_APPEND_CONTEXT if (m_low != 0) {std::clog << "[mac=" << m_low->GetAddress () << "] ";} |
Definition at line 37 of file adhoc-wifi-mac.cc.
NS_LOG_COMPONENT_DEFINE | ( | "AdhocWifiMac" | ) |