A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dca-txop.cc File Reference
#include "ns3/assert.h"
#include "ns3/packet.h"
#include "ns3/log.h"
#include "ns3/simulator.h"
#include "ns3/node.h"
#include "ns3/uinteger.h"
#include "ns3/pointer.h"
#include "dca-txop.h"
#include "dcf-manager.h"
#include "mac-low.h"
#include "wifi-mac-queue.h"
#include "mac-tx-middle.h"
#include "wifi-mac-trailer.h"
#include "wifi-mac.h"
#include "random-stream.h"
+ Include dependency graph for dca-txop.cc:

Go to the source code of this file.

Classes

class  ns3::DcaTxop::Dcf
class  ns3::DcaTxop::TransmissionListener

Namespaces

namespace  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 () << "] "; }

Functions

 NS_LOG_COMPONENT_DEFINE ("DcaTxop")
 ns3::NS_OBJECT_ENSURE_REGISTERED (DcaTxop)

Macro Definition Documentation

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

Definition at line 41 of file dca-txop.cc.

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "DcaTxop"  )