CcReqCompare class for CC type comparisons. More...
Public Types | |
| enum | CcReqType_t { CC_TYPE_MIN_RBDC , CC_TYPE_RBDC , CC_TYPE_VBDC } |
| Definition for different comparison types. More... | |
Public Member Functions | |
| CcReqCompare (const UtAllocContainer_t &utAllocContainer, CcReqCompare::CcReqType_t ccReqType) | |
| Construct CcReqCompare. | |
| bool | operator() (RcAllocItem_t rcAlloc1, RcAllocItem_t rcAlloc2) |
| Comparison operator to compare two RC allocations. | |
Private Attributes | |
| CcReqType_t | m_ccReqType |
| Type used for comparisons. | |
| const UtAllocContainer_t & | m_utAllocContainer |
| Reference to UT allocation container. | |
CcReqCompare class for CC type comparisons.
Definition at line 425 of file satellite-frame-allocator.h.
Definition for different comparison types.
| Enumerator | |
|---|---|
| CC_TYPE_MIN_RBDC | CC_TYPE_MIN_RBDC. |
| CC_TYPE_RBDC | CC_TYPE_RBDC. |
| CC_TYPE_VBDC | CC_TYPE_VBDC. |
Definition at line 431 of file satellite-frame-allocator.h.
| ns3::SatFrameAllocator::CcReqCompare::CcReqCompare | ( | const UtAllocContainer_t & | utAllocContainer, |
| CcReqCompare::CcReqType_t | ccReqType ) |
Construct CcReqCompare.
| utAllocContainer | Reference to UT allocation container. |
| ccReqType | Type used for comparisons. |
Definition at line 143 of file satellite-frame-allocator.cc.
References m_ccReqType, and m_utAllocContainer.
| bool ns3::SatFrameAllocator::CcReqCompare::operator() | ( | RcAllocItem_t | rcAlloc1, |
| RcAllocItem_t | rcAlloc2 ) |
Comparison operator to compare two RC allocations.
| rcAlloc1 | |
| rcAlloc2 |
Definition at line 151 of file satellite-frame-allocator.cc.
References CC_TYPE_MIN_RBDC, CC_TYPE_RBDC, CC_TYPE_VBDC, m_ccReqType, and m_utAllocContainer.
|
private |
Type used for comparisons.
Definition at line 465 of file satellite-frame-allocator.h.
Referenced by CcReqCompare(), and operator()().
|
private |
Reference to UT allocation container.
Definition at line 460 of file satellite-frame-allocator.h.
Referenced by CcReqCompare(), and operator()().