A Discrete-Event Network Simulator
API
ns3::EdcaParameter Struct Reference

EdcaParameter structure. More...

#include "channel-scheduler.h"

+ Collaboration diagram for ns3::EdcaParameter:

Public Attributes

uint32_t aifsn
 AIFSN. More...
 
uint32_t cwmax
 maximum More...
 
uint32_t cwmin
 minimum More...
 

Detailed Description

EdcaParameter structure.

Definition at line 30 of file channel-scheduler.h.

Member Data Documentation

◆ aifsn

uint32_t ns3::EdcaParameter::aifsn

AIFSN.

Definition at line 34 of file channel-scheduler.h.

Referenced by ns3::ChannelScheduler::StartSch().

◆ cwmax

uint32_t ns3::EdcaParameter::cwmax

maximum

Definition at line 33 of file channel-scheduler.h.

Referenced by ns3::ChannelScheduler::StartSch().

◆ cwmin

uint32_t ns3::EdcaParameter::cwmin

minimum

Definition at line 32 of file channel-scheduler.h.

Referenced by ns3::ChannelScheduler::StartSch().


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