Struct to trace that main PHY switched when a (DL or UL) TXOP ended. More...
#include "emlsr-manager.h"
Static Public Attributes | |
static constexpr std::string_view | m_name = "TxopEnded" |
trace name | |
Additional Inherited Members | |
![]() | |
std::shared_ptr< EmlsrMainPhySwitchTrace > | Clone () const override |
std::string_view | GetName () const override |
![]() | |
virtual | ~EmlsrMainPhySwitchTrace ()=default |
![]() | |
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. | |
Struct to trace that main PHY switched when a (DL or UL) TXOP ended.
This trace is called when aux PHYs do not switch link and the main PHY switches back to the preferred link when a TXOP carried out on another link ends.
Definition at line 735 of file emlsr-manager.h.
|
staticconstexpr |
trace name
Definition at line 737 of file emlsr-manager.h.