Store information about a main PHY switch. More...
#include "default-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 79 of file default-emlsr-manager.h.
Time ns3::DefaultEmlsrManager::MainPhySwitchInfo::end |
end of channel switching
Definition at line 81 of file default-emlsr-manager.h.
Referenced by ns3::AdvancedEmlsrManager::DoNotifyTxopEnd(), and ns3::DefaultEmlsrManager::NotifyMainPhySwitch().
uint8_t ns3::DefaultEmlsrManager::MainPhySwitchInfo::from |
ID of the link which the main PHY is/has been leaving.
Definition at line 82 of file default-emlsr-manager.h.
Referenced by ns3::AdvancedEmlsrManager::DoNotifyTxopEnd(), and ns3::DefaultEmlsrManager::NotifyMainPhySwitch().
uint8_t ns3::DefaultEmlsrManager::MainPhySwitchInfo::to |
ID of the link which the main PHY is moving to.
Definition at line 83 of file default-emlsr-manager.h.
Referenced by ns3::DefaultEmlsrManager::NotifyMainPhySwitch(), and ns3::AdvancedEmlsrManager::SwitchMainPhyIfTxopGainedByAuxPhy().