A Discrete-Event Network Simulator
API
ns3::EmlsrManager::MediumSyncDelayStatus Struct Reference

Information about the status of the MediumSyncDelay timer associated with a link. More...

+ Collaboration diagram for ns3::EmlsrManager::MediumSyncDelayStatus:

Public Attributes

std::optional< uint8_t > msdNTxopsLeft
 number of TXOP attempts left while the MediumSyncDelay timer is running More...
 
EventId timer
 the MediumSyncDelay timer More...
 

Detailed Description

Information about the status of the MediumSyncDelay timer associated with a link.

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

Member Data Documentation

◆ msdNTxopsLeft

std::optional<uint8_t> ns3::EmlsrManager::MediumSyncDelayStatus::msdNTxopsLeft

number of TXOP attempts left while the MediumSyncDelay timer is running

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

◆ timer

EventId ns3::EmlsrManager::MediumSyncDelayStatus::timer

the MediumSyncDelay timer

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


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