22 #ifndef SATELLITE_STATS_LINK_MODCOD_HELPER_H
23 #define SATELLITE_STATS_LINK_MODCOD_HELPER_H
27 #include <ns3/address.h>
28 #include <ns3/collector-map.h>
42 class DataCollectionObject;
43 class DistributionCollector;
Produce forward feeder link modcod statistics from a satellite module simulation.
static TypeId GetTypeId()
inherited from ObjectBase base class
virtual ~SatStatsFwdFeederLinkModcodHelper()
/ Destructor.
SatStatsFwdFeederLinkModcodHelper(Ptr< const SatHelper > satHelper)
Produce forward user link modcod statistics from a satellite module simulation.
virtual ~SatStatsFwdUserLinkModcodHelper()
/ Destructor.
SatStatsFwdUserLinkModcodHelper(Ptr< const SatHelper > satHelper)
static TypeId GetTypeId()
inherited from ObjectBase base class
Parent abstract class of all satellite statistics helpers.
Base class for MODCOD statistics helpers.
bool GetAveragingMode() const
void PassSampleToCollector(uint32_t modcod, uint32_t identifier)
Find a collector with the right identifier and pass a sample data to it.
virtual ~SatStatsLinkModcodHelper()
/ Destructor.
CollectorMap m_terminalCollectors
Maintains a list of collectors created by this helper.
bool m_averagingMode
AveragingMode attribute.
void DoInstall()
Install the probes, collectors, and aggregators necessary to produce the statistics output.
bool ConnectProbeToCollector(Ptr< Probe > probe, uint32_t identifier)
Connect the probe to the right collector.
void InstallProbes()
Set up several probes or other means of listeners and connect them to the collectors.
Ptr< DataCollectionObject > m_aggregator
The aggregator created by this helper.
void SetAveragingMode(bool averagingMode)
static TypeId GetTypeId()
inherited from ObjectBase base class
void RxLinkModcodCallback(uint32_t modcod, const Address &from)
Receive inputs from trace sources and determine the right collector to forward the inputs to.
Ptr< DistributionCollector > m_averagingCollector
The final collector utilized in averaged output (histogram, PDF, and CDF).
SatStatsLinkModcodHelper(Ptr< const SatHelper > satHelper)
virtual void DoInstallProbes()=0
Produce return feeder link modcod statistics from a satellite module simulation.
static TypeId GetTypeId()
inherited from ObjectBase base class
virtual ~SatStatsRtnFeederLinkModcodHelper()
/ Destructor.
SatStatsRtnFeederLinkModcodHelper(Ptr< const SatHelper > satHelper)
Produce return user link modcod statistics from a satellite module simulation.
virtual ~SatStatsRtnUserLinkModcodHelper()
/ Destructor.
static TypeId GetTypeId()
inherited from ObjectBase base class
SatStatsRtnUserLinkModcodHelper(Ptr< const SatHelper > satHelper)
SatArqSequenceNumber is handling the sequence numbers for the ARQ process.