A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
mac-low.cc File Reference
#include "ns3/assert.h"
#include "ns3/packet.h"
#include "ns3/simulator.h"
#include "ns3/tag.h"
#include "ns3/log.h"
#include "ns3/node.h"
#include "ns3/double.h"
#include "mac-low.h"
#include "wifi-phy.h"
#include "wifi-mac-trailer.h"
#include "qos-utils.h"
#include "edca-txop-n.h"
#include "snr-tag.h"
+ Include dependency graph for mac-low.cc:

Go to the source code of this file.

Classes

class  ns3::PhyMacLowListener
 Listener for PHY events. More...
 

Namespaces

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

Macros

#define NS_LOG_APPEND_CONTEXT   std::clog << "[mac=" << m_self << "] "
 

Functions

 NS_LOG_COMPONENT_DEFINE ("MacLow")
 
std::ostream & ns3::operator<< (std::ostream &os, const MacLowTransmissionParameters &params)
 Serialize MacLowTransmissionParameters to ostream in a human-readable form. More...
 

Macro Definition Documentation

#define NS_LOG_APPEND_CONTEXT   std::clog << "[mac=" << m_self << "] "

Definition at line 41 of file mac-low.cc.

Function Documentation

NS_LOG_COMPONENT_DEFINE ( "MacLow"  )