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

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

#include "default-emlsr-manager.h"

+ Collaboration diagram for ns3::DefaultEmlsrManager::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 79 of file default-emlsr-manager.h.

Member Data Documentation

◆ end

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

◆ from

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

◆ to

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


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