Store information about a main PHY switch. More...
#include "emlsr-manager.h"
Public Attributes | |
Time | end |
end of channel switching | |
uint8_t | from {} |
ID of the link which the main PHY is/has been leaving. | |
uint8_t | to {} |
ID of the link which the main PHY is moving to. | |
Store information about a main PHY switch.
Definition at line 513 of file emlsr-manager.h.
Time ns3::EmlsrManager::MainPhySwitchInfo::end |
end of channel switching
Definition at line 515 of file emlsr-manager.h.
Referenced by ns3::AdvancedEmlsrManager::DoNotifyTxopEnd(), and ns3::EmlsrManager::SwitchMainPhy().
uint8_t ns3::EmlsrManager::MainPhySwitchInfo::from {} |
ID of the link which the main PHY is/has been leaving.
Definition at line 516 of file emlsr-manager.h.
Referenced by ns3::AdvancedEmlsrManager::DoNotifyTxopEnd(), ns3::DefaultEmlsrManager::NotifyMainPhySwitch(), and ns3::EmlsrManager::SwitchMainPhy().
uint8_t ns3::EmlsrManager::MainPhySwitchInfo::to {} |
ID of the link which the main PHY is moving to.
Definition at line 517 of file emlsr-manager.h.
Referenced by ns3::EmlsrManager::NotifyIcfReceived(), ns3::EmlsrManager::SwitchMainPhy(), and ns3::AdvancedEmlsrManager::SwitchMainPhyIfTxopGainedByAuxPhy().