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

CGA Flow Performance structure. More...

#include "cqa-ff-mac-scheduler.h"

+ Collaboration diagram for ns3::CqasFlowPerf_t:

Public Attributes

Time flowStart
 flow start time More...
 
double lastAveragedThroughput
 Past average throughput. More...
 
unsigned int lastTtiBytesTransmitted
 Total bytes send by eNB in last tti for this UE. More...
 
double secondLastAveragedThroughput
 Second last average throughput. More...
 
double targetThroughput
 Target throughput. More...
 
unsigned long totalBytesTransmitted
 Total bytes send by eNb for this UE. More...
 

Detailed Description

CGA Flow Performance structure.

Definition at line 63 of file cqa-ff-mac-scheduler.h.

Member Data Documentation

◆ flowStart

Time ns3::CqasFlowPerf_t::flowStart

flow start time

Definition at line 65 of file cqa-ff-mac-scheduler.h.

Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().

◆ lastAveragedThroughput

double ns3::CqasFlowPerf_t::lastAveragedThroughput

Past average throughput.

Definition at line 68 of file cqa-ff-mac-scheduler.h.

Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().

◆ lastTtiBytesTransmitted

unsigned int ns3::CqasFlowPerf_t::lastTtiBytesTransmitted

Total bytes send by eNB in last tti for this UE.

Definition at line 67 of file cqa-ff-mac-scheduler.h.

Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().

◆ secondLastAveragedThroughput

double ns3::CqasFlowPerf_t::secondLastAveragedThroughput

Second last average throughput.

Definition at line 69 of file cqa-ff-mac-scheduler.h.

Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().

◆ targetThroughput

double ns3::CqasFlowPerf_t::targetThroughput

Target throughput.

Definition at line 70 of file cqa-ff-mac-scheduler.h.

Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().

◆ totalBytesTransmitted

unsigned long ns3::CqasFlowPerf_t::totalBytesTransmitted

Total bytes send by eNb for this UE.

Definition at line 66 of file cqa-ff-mac-scheduler.h.

Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().


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