#include <pss-ff-mac-scheduler.h>
Public Attributes | |
Time | flowStart |
double | lastAveragedThroughput |
Total bytes send by eNB in last tti for this UE. More... | |
unsigned int | lastTtiBytesTransmitted |
Total bytes send by eNb for this UE. More... | |
double | secondLastAveragedThroughput |
Past average throughput. More... | |
double | targetThroughput |
unsigned long | totalBytesTransmitted |
Flow information
Definition at line 59 of file pss-ff-mac-scheduler.h.
Time ns3::pssFlowPerf_t::flowStart |
Definition at line 61 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().
double ns3::pssFlowPerf_t::lastAveragedThroughput |
Total bytes send by eNB in last tti for this UE.
Definition at line 64 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().
unsigned int ns3::pssFlowPerf_t::lastTtiBytesTransmitted |
Total bytes send by eNb for this UE.
Definition at line 63 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().
double ns3::pssFlowPerf_t::secondLastAveragedThroughput |
Past average throughput.
Definition at line 65 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().
double ns3::pssFlowPerf_t::targetThroughput |
Definition at line 66 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().
unsigned long ns3::pssFlowPerf_t::totalBytesTransmitted |
Definition at line 62 of file pss-ff-mac-scheduler.h.
Referenced by ns3::PssFfMacScheduler::DoCschedLcConfigReq().