A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
txop.h File Reference
#include "wifi-mac-header.h"
#include "ns3/nstime.h"
#include "ns3/object.h"
#include "ns3/traced-value.h"
#include "ns3/uniform-random-bit-generator.h"
#include <map>
#include <memory>
#include <vector>
+ Include dependency graph for txop.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ns3::Txop::LinkEntity
 Structure holding information specific to a single link. More...
 
class  ns3::Txop
 Handles the packet queue and stores DCF/EDCA access parameters (one Txop per AC). More...
 
struct  ns3::Txop::UserDefinedAccessParams
 DCF/EDCA access parameters for all the links provided by users via this class' attributes or the corresponding setter methods. More...
 

Namespaces

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

Macros

#define WIFI_TXOP_NS_LOG_APPEND_CONTEXT
 

Macro Definition Documentation

◆ WIFI_TXOP_NS_LOG_APPEND_CONTEXT

#define WIFI_TXOP_NS_LOG_APPEND_CONTEXT
Value:
if (m_mac) \
{ \
std::clog << "[mac=" << m_mac->GetAddress() << "] "; \
}

Definition at line 23 of file txop.h.