CGA Flow Performance structure. More...
#include "cqa-ff-mac-scheduler.h"
 Collaboration diagram for ns3::CqasFlowPerf_t:
 Collaboration diagram for ns3::CqasFlowPerf_t:| Public Attributes | |
| Time | flowStart | 
| flow start time | |
| double | lastAveragedThroughput | 
| Past average throughput. | |
| unsigned int | lastTtiBytesTransmitted | 
| Total bytes send by eNB in last tti for this UE. | |
| double | secondLastAveragedThroughput | 
| Second last average throughput. | |
| double | targetThroughput | 
| Target throughput. | |
| unsigned long | totalBytesTransmitted | 
| Total bytes send by eNb for this UE. | |
CGA Flow Performance structure.
Definition at line 32 of file cqa-ff-mac-scheduler.h.
| Time ns3::CqasFlowPerf_t::flowStart | 
flow start time
Definition at line 34 of file cqa-ff-mac-scheduler.h.
Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().
| double ns3::CqasFlowPerf_t::lastAveragedThroughput | 
Past average throughput.
Definition at line 37 of file cqa-ff-mac-scheduler.h.
Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().
| unsigned int ns3::CqasFlowPerf_t::lastTtiBytesTransmitted | 
Total bytes send by eNB in last tti for this UE.
Definition at line 36 of file cqa-ff-mac-scheduler.h.
Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().
| double ns3::CqasFlowPerf_t::secondLastAveragedThroughput | 
Second last average throughput.
Definition at line 38 of file cqa-ff-mac-scheduler.h.
Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().
| double ns3::CqasFlowPerf_t::targetThroughput | 
Target throughput.
Definition at line 39 of file cqa-ff-mac-scheduler.h.
Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().
| unsigned long ns3::CqasFlowPerf_t::totalBytesTransmitted | 
Total bytes send by eNb for this UE.
Definition at line 35 of file cqa-ff-mac-scheduler.h.
Referenced by ns3::CqaFfMacScheduler::DoCschedLcConfigReq().