33 : m_barAckPolicy (false),
46 static TypeId tid =
TypeId (
"ns3::CtrlBAckRequestHeader")
48 .SetGroupName (
"Wifi")
149 m_multiTid = (((bar >> 1) & 0x01) == 1) ?
true :
false;
150 m_compressed = (((bar >> 2) & 0x01) == 1) ?
true :
false;
216 uint8_t tid =
static_cast<uint8_t
> (
m_tidInfo);
252 : m_baAckPolicy (false),
266 static TypeId tid =
TypeId (
"ns3::CtrlBAckResponseHeader")
268 .SetGroupName (
"Wifi")
407 uint8_t tid =
static_cast<uint8_t
> (
m_tidInfo);
459 m_multiTid = (((ba >> 1) & 0x01) == 1) ?
true :
false;
460 m_compressed = (((ba >> 2) & 0x01) == 1) ?
true :
false;
484 for (uint8_t j = 0; j < 64; j++)
516 for (uint8_t j = 0; j < 64; j++)
622 uint64_t mask = uint64_t (0x0000000000000001);
652 return ((
bitmap.m_bitmap[
IndexInBitmap (seq)] & (0x0001 << frag)) != 0x0000) ? true :
false;
659 uint64_t mask = uint64_t (0x0000000000000001);
708 return bitmap.m_compressedBitmap;
#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_FATAL_ERROR(msg)
Report a fatal error with a message and terminate.
iterator in a Buffer instance
uint32_t GetDistanceFrom(Iterator const &o) const
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.
BlockAckType
The different block ACK policies.