Implementation for the EMLSR Main PHY switch trace base struct. More...
#include "emlsr-manager.h"
Public Member Functions | |
std::shared_ptr< EmlsrMainPhySwitchTrace > | Clone () const override |
std::string_view | GetName () const override |
![]() | |
virtual | ~EmlsrMainPhySwitchTrace ()=default |
Additional Inherited Members | |
![]() | |
std::optional< uint8_t > | fromLinkId |
ID of the link the main PHY is moving from (if any) | |
uint8_t | toLinkId {WIFI_LINKID_UNDEFINED} |
ID of the link the main PHY is moving to. | |
Implementation for the EMLSR Main PHY switch trace base struct.
Child structs are inherited from this implementation according to the CRTP idiom and must define a static string_view member containing the name of the child.
Definition at line 58 of file emlsr-manager.h.
|
inlineoverridevirtual |
Implements ns3::EmlsrMainPhySwitchTrace.
Definition at line 67 of file emlsr-manager.h.
|
inlineoverridevirtual |
Implements ns3::EmlsrMainPhySwitchTrace.
Definition at line 61 of file emlsr-manager.h.