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
 Handle packet fragmentation and retransmissions for data and management frames. 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 34 of file txop.h.