A Discrete-Event Network Simulator
API
ns3::MultiUserScheduler::LastTxInfo Struct Reference

Type for the information about the last transmission. More...

+ Collaboration diagram for ns3::MultiUserScheduler::LastTxInfo:

Public Attributes

DlMuInfo dlInfo
 information required to perform a DL MU transmission More...
 
TxFormat lastTxFormat {NO_TX}
 the format of last transmission More...
 
UlMuInfo ulInfo
 information required to solicit an UL MU transmission More...
 

Detailed Description

Type for the information about the last transmission.

Definition at line 238 of file multi-user-scheduler.h.

Member Data Documentation

◆ dlInfo

DlMuInfo ns3::MultiUserScheduler::LastTxInfo::dlInfo

information required to perform a DL MU transmission

Definition at line 241 of file multi-user-scheduler.h.

◆ lastTxFormat

TxFormat ns3::MultiUserScheduler::LastTxInfo::lastTxFormat {NO_TX}

the format of last transmission

Definition at line 240 of file multi-user-scheduler.h.

◆ ulInfo

UlMuInfo ns3::MultiUserScheduler::LastTxInfo::ulInfo

information required to solicit an UL MU transmission

Definition at line 242 of file multi-user-scheduler.h.


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