Store information about a main PHY switch. More...
#include "emlsr-manager.h"
Public Attributes | |
bool | disconnected {false} |
true if the main PHY is not connected to any link, i.e., it is switching or waiting to be connected to a link | |
uint8_t | from {} |
ID of the link which the main PHY is/has been leaving. | |
std::string | reason |
the reason for switching the main PHY | |
Time | start |
start of channel switching | |
uint8_t | to {} |
ID of the link which the main PHY is moving to. | |
Store information about a main PHY switch.
Definition at line 503 of file emlsr-manager.h.
bool ns3::EmlsrManager::MainPhySwitchInfo::disconnected {false} |
true if the main PHY is not connected to any link, i.e., it is switching or waiting to be connected to a link
Definition at line 506 of file emlsr-manager.h.
uint8_t ns3::EmlsrManager::MainPhySwitchInfo::from {} |
ID of the link which the main PHY is/has been leaving.
Definition at line 508 of file emlsr-manager.h.
std::string ns3::EmlsrManager::MainPhySwitchInfo::reason |
the reason for switching the main PHY
Definition at line 510 of file emlsr-manager.h.
Time ns3::EmlsrManager::MainPhySwitchInfo::start |
start of channel switching
Definition at line 505 of file emlsr-manager.h.
uint8_t ns3::EmlsrManager::MainPhySwitchInfo::to {} |
ID of the link which the main PHY is moving to.
Definition at line 509 of file emlsr-manager.h.