SatFrameAllocReq is used to define frame allocation parameters when requesting allocation from SatFrameAllocator (calling method AllocateSymbols). More...
#include "satellite-frame-allocator.h"
Public Member Functions | |
SatFrameAllocReq () | |
SatFrameAllocReq (SatFrameAllocReqItemContainer_t req) | |
Construct SatFrameAllocReq. More... | |
Public Attributes | |
Address | m_address |
double | m_cno |
bool | m_generateCtrlSlot |
SatFrameAllocReqItemContainer_t | m_reqPerRc |
SatFrameAllocReq is used to define frame allocation parameters when requesting allocation from SatFrameAllocator (calling method AllocateSymbols).
Definition at line 116 of file satellite-frame-allocator.h.
|
inline |
Definition at line 124 of file satellite-frame-allocator.h.
|
inline |
Construct SatFrameAllocReq.
req | Allocation request per RC/CC |
Definition at line 135 of file satellite-frame-allocator.h.
Address ns3::SatFrameAllocator::SatFrameAllocReq::m_address |
Definition at line 121 of file satellite-frame-allocator.h.
Referenced by ns3::SatBeamScheduler::AddUtInfo(), ns3::SatFrameAllocator::Allocate(), SatFrameAllocatorTestCase::CheckSingleUtTestResults(), and SatFrameAllocatorTestCase::ContructRequestForUt().
double ns3::SatFrameAllocator::SatFrameAllocReq::m_cno |
Definition at line 120 of file satellite-frame-allocator.h.
Referenced by ns3::SatBeamScheduler::AddUtInfo(), ns3::SatFrameAllocator::Allocate(), ns3::SatDefaultSuperframeAllocator::AllocateToFrame(), SatFrameAllocatorTestCase::ContructRequestForUt(), and SatFrameAllocatorTestCase::RunSingleUtTest().
bool ns3::SatFrameAllocator::SatFrameAllocReq::m_generateCtrlSlot |
Definition at line 119 of file satellite-frame-allocator.h.
Referenced by ns3::SatFrameAllocator::Allocate(), SatFrameAllocatorTestCase::CheckSingleUtTestResults(), and SatFrameAllocatorTestCase::ContructRequestForUt().
SatFrameAllocReqItemContainer_t ns3::SatFrameAllocator::SatFrameAllocReq::m_reqPerRc |
Definition at line 122 of file satellite-frame-allocator.h.
Referenced by ns3::SatFrameAllocator::Allocate(), SatFrameAllocatorTestCase::CheckSingleUtTestResults(), and SatFrameAllocatorTestCase::ContructRequestForUt().