21 #include "ns3/fatal-error.h" 
   36   : m_barAckPolicy (false),
 
   52   static TypeId tid = 
TypeId (
"ns3::CtrlBAckRequestHeader")
 
   54     .SetGroupName (
"Wifi")
 
  171   m_multiTid = (((bar >> 1) & 0x01) == 1) ? 
true : 
false;
 
  172   m_compressed = (((bar >> 2) & 0x01) == 1) ? 
true : 
false;
 
  246   uint8_t tid = 
static_cast<uint8_t
> (
m_tidInfo);
 
  286   : m_baAckPolicy (false),
 
  302   static TypeId tid = 
TypeId (
"ns3::CtrlBAckResponseHeader")
 
  304     .SetGroupName (
"Wifi")
 
  459   uint8_t tid = 
static_cast<uint8_t
> (
m_tidInfo);
 
  517   m_multiTid = (((ba >> 1) & 0x01) == 1) ? 
true : 
false;
 
  518   m_compressed = (((ba >> 2) & 0x01) == 1) ? 
true : 
false;
 
  545           for (uint32_t j = 0; j < 64; j++)
 
  578           for (uint32_t j = 0; j < 64; j++)
 
  687           uint64_t mask = uint64_t (0x0000000000000001);
 
  718           return ((
bitmap.m_bitmap[
IndexInBitmap (seq)] & (0x0001 << frag)) != 0x0000) ? 
true : 
false;
 
  725           uint64_t mask = uint64_t (0x0000000000000001);
 
  778   return bitmap.m_compressedBitmap;
 
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
 
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system. 
 
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file...
 
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name. 
 
#define NS_FATAL_ERROR(msg)
Report a fatal error with a message and terminate. 
 
#define NS_LOG_FUNCTION_NOARGS()
Output the name of the function. 
 
BlockAckType
Enumeration for different block ACK policies. 
 
uint32_t GetDistanceFrom(Iterator const &o) const 
 
iterator in a Buffer instance 
 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
 
void WriteHtolsbU16(uint16_t data)
 
void WriteHtolsbU64(uint64_t data)
 
uint16_t ReadLsbtohU16(void)
 
uint64_t ReadLsbtohU64(void)
 
a unique identifier for an interface. 
 
TypeId SetParent(TypeId tid)
Set the parent TypeId.