A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::EmlsrManager::MainPhySwitchInfo Struct Reference

Store information about a main PHY switch. More...

#include "emlsr-manager.h"

+ Collaboration diagram for ns3::EmlsrManager::MainPhySwitchInfo:

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.
 

Detailed Description

Store information about a main PHY switch.

Definition at line 513 of file emlsr-manager.h.

Member Data Documentation

◆ end

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().

◆ from

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().

◆ to

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().


The documentation for this struct was generated from the following file: