Flow information. More...
#include "pss-ff-mac-scheduler.h"
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... | |
Flow information.
Definition at line 42 of file pss-ff-mac-scheduler.h.
Time ns3::pssFlowPerf_t::flowStart |
flow start time
Definition at line 44 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().
double ns3::pssFlowPerf_t::lastAveragedThroughput |
Past average throughput.
Definition at line 47 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().
unsigned int ns3::pssFlowPerf_t::lastTtiBytesTransmitted |
Total bytes send by eNB in last tti for this UE.
Definition at line 46 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().
double ns3::pssFlowPerf_t::secondLastAveragedThroughput |
Second last average throughput.
Definition at line 48 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().
double ns3::pssFlowPerf_t::targetThroughput |
Target throughput.
Definition at line 49 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().
unsigned long ns3::pssFlowPerf_t::totalBytesTransmitted |
Total bytes send by eNb for this UE.
Definition at line 45 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().