A Discrete-Event Network Simulator
API
txop.cc File Reference
#include "ns3/log.h"
#include "ns3/pointer.h"
#include "ns3/simulator.h"
#include "ns3/random-variable-stream.h"
#include "ns3/socket.h"
#include "txop.h"
#include "channel-access-manager.h"
#include "wifi-mac-queue.h"
#include "mac-tx-middle.h"
#include "mac-low.h"
#include "wifi-remote-station-manager.h"
#include "wifi-mac-trailer.h"
+ Include dependency graph for txop.cc:

Go to the source code of this file.

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Macros

#define NS_LOG_APPEND_CONTEXT   if (m_low != 0) { std::clog << "[mac=" << m_low->GetAddress () << "] "; }
 

Macro Definition Documentation

◆ NS_LOG_APPEND_CONTEXT

#define NS_LOG_APPEND_CONTEXT   if (m_low != 0) { std::clog << "[mac=" << m_low->GetAddress () << "] "; }

Definition at line 35 of file txop.cc.