A Discrete-Event Network Simulator
API
ns3::RrMultiUserScheduler::MasterInfo Struct Reference

Information used to sort stations. More...

+ Collaboration diagram for ns3::RrMultiUserScheduler::MasterInfo:

Public Attributes

Mac48Address address
 station's MAC Address More...
 
uint16_t aid
 station's AID More...
 
double credits
 credits accumulated by the station More...
 

Detailed Description

Information used to sort stations.

Definition at line 115 of file rr-multi-user-scheduler.h.

Member Data Documentation

◆ address

Mac48Address ns3::RrMultiUserScheduler::MasterInfo::address

station's MAC Address

Definition at line 118 of file rr-multi-user-scheduler.h.

Referenced by ns3::RrMultiUserScheduler::NotifyStationDeassociated().

◆ aid

uint16_t ns3::RrMultiUserScheduler::MasterInfo::aid

station's AID

Definition at line 117 of file rr-multi-user-scheduler.h.

Referenced by ns3::RrMultiUserScheduler::NotifyStationDeassociated().

◆ credits

double ns3::RrMultiUserScheduler::MasterInfo::credits

credits accumulated by the station

Definition at line 119 of file rr-multi-user-scheduler.h.

Referenced by ns3::RrMultiUserScheduler::ComputeDlMuInfo().


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