21#ifndef SAT_FWD_LINK_SCHEDULER_DEFAULT_H
22#define SAT_FWD_LINK_SCHEDULER_DEFAULT_H
26#include "ns3/pointer.h"
74 double carrierBandwidthInHz);
98 virtual std::pair<Ptr<SatBbFrame>,
const Time>
GetNextFrame();
virtual std::pair< Ptr< SatBbFrame >, const Time > GetNextFrame()
Get next frame to be transmitted.
void ScheduleBbFrames()
Schedule BB Frames.
Time m_schedulingStopThresholdTime
Threshold time of total transmissions in BB Frame container to stop a scheduling round.
void SendAndClearSymbolsSentStat()
Send stats and reset all the symbols sent count for each slice to zero.
SatFwdLinkSchedulerDefault()
Construct a SatFwdLinkScheduler.
void GetSchedulingObjects(std::vector< Ptr< SatSchedulingObject > > &output)
Gets scheduling object in sorted order according to configured sorting criteria.
Time m_schedulingStartThresholdTime
Threshold time of total transmissions in BB Frame container to trigger a scheduling round.
virtual void NotifyConstructionCompleted() override
Notifier called once the ObjectBase is fully constructed.
static TypeId GetTypeId(void)
Get the type ID.
virtual void ClearAllPackets()
Remove all packets being treated.
Ptr< SatBbFrameContainer > m_bbFrameContainer
The container for BB Frames.
~SatFwdLinkSchedulerDefault()
Destroy a SatFwdLinkScheduler.
void DoDispose(void)
Do dispose actions.
uint32_t m_symbolsSent
The number of symbols sent for each slice during an allocation cycle.
SatFwdLinkScheduler()
Construct a SatFwdLinkScheduler.
SatArqSequenceNumber is handling the sequence numbers for the ARQ process.