15#include "ns3/ap-wifi-mac.h"
16#include "ns3/assert.h"
61 "ApEmlsrManager can only be installed on AP MLDs");
virtual void DoSetWifiMac(Ptr< ApWifiMac > mac)
Allow subclasses to take actions when the MAC is set.
virtual void NotifyPsduRxError(uint8_t linkId, Ptr< const WifiPsdu > psdu)
This method is called when the reception of a PSDU fails on the given link.
virtual void NotifyPsduRxOk(uint8_t linkId, Ptr< const WifiPsdu > psdu)
This method is called when the reception of a PSDU succeeds on the given link.
Ptr< ApWifiMac > GetApMac() const
static TypeId GetTypeId()
Get the type ID.
Ptr< ApWifiMac > m_apMac
the MAC of the managed AP MLD
Ptr< EhtFrameExchangeManager > GetEhtFem(uint8_t linkId) const
void DoDispose() override
Destructor implementation.
void SetWifiMac(Ptr< ApWifiMac > mac)
Set the wifi MAC.
~ApEmlsrManager() override
A base class which provides memory management and object aggregation.
virtual void DoDispose()
Destructor implementation.
Smart pointer class similar to boost::intrusive_ptr.
a unique identifier for an interface.
TypeId SetParent(TypeId tid)
Set the parent TypeId.
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file,...
#define NS_ABORT_MSG_IF(cond, msg)
Abnormal program termination if a condition is true, with a message.
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
#define NS_LOG_FUNCTION_NOARGS()
Output the name of the function.
#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.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Ptr< T1 > StaticCast(const Ptr< T2 > &p)
Cast a Ptr.