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"
42class DataCollectionObject;
43class DistributionCollector;
Build a satellite network set with needed objects and configuration.
static TypeId GetTypeId()
inherited from ObjectBase base class
virtual ~SatStatsFwdFeederLinkModcodHelper()
/ Destructor.
SatStatsFwdFeederLinkModcodHelper(Ptr< const SatHelper > satHelper)
virtual ~SatStatsFwdUserLinkModcodHelper()
/ Destructor.
SatStatsFwdUserLinkModcodHelper(Ptr< const SatHelper > satHelper)
static TypeId GetTypeId()
inherited from ObjectBase base class
SatStatsHelper(Ptr< const SatHelper > satHelper)
Creates a new helper instance.
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
static TypeId GetTypeId()
inherited from ObjectBase base class
virtual ~SatStatsRtnFeederLinkModcodHelper()
/ Destructor.
SatStatsRtnFeederLinkModcodHelper(Ptr< const SatHelper > satHelper)
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.