CnoCompare class to sort UT request according to C/N0 information. More...
Public Member Functions | |
CnoCompare (const UtInfoMap_t &utInfoMap) | |
Construct CnoCompare object. More... | |
bool | operator() (UtReqInfoItem_t utReqInfo1, UtReqInfoItem_t utReqInfo2) |
Compare operator to compare request information of the two UTs. More... | |
Private Attributes | |
const UtInfoMap_t & | m_utInfoMap |
Reference to map container for the UT information. More... | |
CnoCompare class to sort UT request according to C/N0 information.
Definition at line 473 of file satellite-beam-scheduler.h.
|
inline |
Construct CnoCompare object.
utInfoMap | Reference to map container for the UT information |
Definition at line 481 of file satellite-beam-scheduler.h.
|
inline |
Compare operator to compare request information of the two UTs.
utReqInfo1 | Request information for UT 1 |
utReqInfo2 | Request information for UT 2 |
Definition at line 493 of file satellite-beam-scheduler.h.
References m_utInfoMap.
|
private |
Reference to map container for the UT information.
Definition at line 519 of file satellite-beam-scheduler.h.
Referenced by operator()().