20 #include "ns3/fatal-error.h"
36 : m_barAckPolicy (false),
52 static TypeId tid =
TypeId (
"ns3::CtrlBAckRequestHeader")
54 .AddConstructor<CtrlBAckRequestHeader> ()
170 m_multiTid = (((bar >> 1) & 0x01) == 1) ?
true :
false;
171 m_compressed = (((bar >> 2) & 0x01) == 1) ?
true :
false;
245 uint8_t tid =
static_cast<uint8_t
> (
m_tidInfo);
284 : m_baAckPolicy (false),
300 static TypeId tid =
TypeId (
"ns3::CtrlBAckResponseHeader")
302 .AddConstructor<CtrlBAckResponseHeader> ()
456 uint8_t tid =
static_cast<uint8_t
> (
m_tidInfo);
514 m_multiTid = (((ba >> 1) & 0x01) == 1) ?
true :
false;
515 m_compressed = (((ba >> 2) & 0x01) == 1) ?
true :
false;
542 for (uint32_t j = 0; j < 64; j++)
575 for (uint32_t j = 0; j < 64; j++)
684 uint64_t mask = uint64_t (0x0000000000000001);
715 return ((
bitmap.m_bitmap[
IndexInBitmap (seq)] & (0x0001 << frag)) != 0x0000) ?
true :
false;
722 uint64_t mask = uint64_t (0x0000000000000001);
775 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)
Fatal error handling.
#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)