20 #include "ns3/fatal-error.h"
37 : m_barAckPolicy (false),
53 static TypeId tid =
TypeId (
"ns3::CtrlBAckRequestHeader")
55 .AddConstructor<CtrlBAckRequestHeader> ()
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 .AddConstructor<CtrlBAckResponseHeader> ()
458 uint8_t tid =
static_cast<uint8_t
> (
m_tidInfo);
516 m_multiTid = (((ba >> 1) & 0x01) == 1) ?
true :
false;
517 m_compressed = (((ba >> 2) & 0x01) == 1) ?
true :
false;
544 for (uint32_t j = 0; j < 64; j++)
577 for (uint32_t j = 0; j < 64; j++)
686 uint64_t mask = uint64_t (0x0000000000000001);
717 return ((
bitmap.m_bitmap[
IndexInBitmap (seq)] & (0x0001 << frag)) != 0x0000) ?
true :
false;
724 uint64_t mask = uint64_t (0x0000000000000001);
777 return bitmap.m_compressedBitmap;
#define NS_LOG_FUNCTION(parameters)
#define NS_ASSERT(condition)
NS_OBJECT_ENSURE_REGISTERED(NullMessageSimulatorImpl)
#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
#define NS_FATAL_ERROR(msg)
fatal error handling
iterator in a Buffer instance
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)