22#ifndef SATELLITE_STATS_LINK_JITTER_HELPER_H
23#define SATELLITE_STATS_LINK_JITTER_HELPER_H
27#include "ns3/address.h"
28#include "ns3/collector-map.h"
30#include "ns3/satellite-enums.h"
44class DataCollectionObject;
45class DistributionCollector;
232 std::map<Ptr<Probe>, std::pair<Ptr<Node>, uint32_t>>
m_probes;
321 std::map<Ptr<Probe>, std::pair<Ptr<Node>, uint32_t>>
m_probes;
410 std::map<Ptr<Probe>, std::pair<Ptr<Node>, uint32_t>>
m_probes;
ChannelType_t
Types of channel.
Build a satellite network set with needed objects and configuration.
SatStatsFwdFeederDevLinkJitterHelper(Ptr< const SatHelper > satHelper)
static TypeId GetTypeId()
inherited from ObjectBase base class
virtual ~SatStatsFwdFeederDevLinkJitterHelper()
/ Destructor.
SatStatsFwdFeederMacLinkJitterHelper(Ptr< const SatHelper > satHelper)
static TypeId GetTypeId()
inherited from ObjectBase base class
virtual ~SatStatsFwdFeederMacLinkJitterHelper()
/ Destructor.
static TypeId GetTypeId()
inherited from ObjectBase base class
SatStatsFwdFeederPhyLinkJitterHelper(Ptr< const SatHelper > satHelper)
virtual ~SatStatsFwdFeederPhyLinkJitterHelper()
/ Destructor.
static TypeId GetTypeId()
inherited from ObjectBase base class
SatStatsFwdUserDevLinkJitterHelper(Ptr< const SatHelper > satHelper)
virtual ~SatStatsFwdUserDevLinkJitterHelper()
/ Destructor.
std::map< Ptr< Probe >, std::pair< Ptr< Node >, uint32_t > > m_probes
Maintains a list of probes created by this helper.
virtual void UpdateIdentifierOnProbes()
Change identifier used on probes, when handovers occur.
std::map< Ptr< Probe >, std::pair< Ptr< Node >, uint32_t > > m_probes
Maintains a list of probes created by this helper.
virtual ~SatStatsFwdUserMacLinkJitterHelper()
/ Destructor.
SatStatsFwdUserMacLinkJitterHelper(Ptr< const SatHelper > satHelper)
static TypeId GetTypeId()
inherited from ObjectBase base class
virtual void UpdateIdentifierOnProbes()
Change identifier used on probes, when handovers occur.
std::map< Ptr< Probe >, std::pair< Ptr< Node >, uint32_t > > m_probes
Maintains a list of probes created by this helper.
virtual ~SatStatsFwdUserPhyLinkJitterHelper()
/ Destructor.
SatStatsFwdUserPhyLinkJitterHelper(Ptr< const SatHelper > satHelper)
static TypeId GetTypeId()
inherited from ObjectBase base class
virtual void UpdateIdentifierOnProbes()
Change identifier used on probes, when handovers occur.
SatStatsHelper(Ptr< const SatHelper > satHelper)
Creates a new helper instance.
void SetAveragingMode(bool averagingMode)
virtual ~SatStatsLinkJitterHelper()
/ Destructor.
Ptr< DistributionCollector > m_averagingCollector
The final collector utilized in averaged output (histogram, PDF, and CDF).
CollectorMap m_terminalCollectors
Maintains a list of collectors created by this helper.
void PassSampleToCollector(const Time &jitter, uint32_t identifier)
Find a collector with the right identifier and pass a sample data to it.
bool m_averagingMode
AveragingMode attribute.
SatStatsLinkJitterHelper(Ptr< const SatHelper > satHelper)
void DoInstall()
Install the probes, collectors, and aggregators necessary to produce the statistics output.
static TypeId GetTypeId()
inherited from ObjectBase base class
Ptr< DataCollectionObject > m_aggregator
The aggregator created by this helper.
virtual void DoInstallProbes()=0
bool DisconnectProbeFromCollector(Ptr< Probe > probe, uint32_t identifier)
Disconnect the probe from the right collector.
void SetChannelLink(SatEnums::ChannelType_t channelLink)
Set the channel used by this probe.
SatEnums::ChannelType_t m_channelLink
void RxLinkJitterCallback(const Time &jitter, const Address &from)
Receive inputs from trace sources and determine the right collector to forward the inputs to.
void InstallProbes()
Set up several probes or other means of listeners and connect them to the collectors.
bool GetAveragingMode() const
bool ConnectProbeToCollector(Ptr< Probe > probe, uint32_t identifier)
Connect the probe to the right collector.
SatStatsRtnFeederDevLinkJitterHelper(Ptr< const SatHelper > satHelper)
virtual ~SatStatsRtnFeederDevLinkJitterHelper()
/ Destructor.
static TypeId GetTypeId()
inherited from ObjectBase base class
static TypeId GetTypeId()
inherited from ObjectBase base class
virtual ~SatStatsRtnFeederMacLinkJitterHelper()
/ Destructor.
SatStatsRtnFeederMacLinkJitterHelper(Ptr< const SatHelper > satHelper)
static TypeId GetTypeId()
inherited from ObjectBase base class
SatStatsRtnFeederPhyLinkJitterHelper(Ptr< const SatHelper > satHelper)
virtual ~SatStatsRtnFeederPhyLinkJitterHelper()
/ Destructor.
virtual ~SatStatsRtnUserDevLinkJitterHelper()
/ Destructor.
SatStatsRtnUserDevLinkJitterHelper(Ptr< const SatHelper > satHelper)
static TypeId GetTypeId()
inherited from ObjectBase base class
static TypeId GetTypeId()
inherited from ObjectBase base class
SatStatsRtnUserMacLinkJitterHelper(Ptr< const SatHelper > satHelper)
virtual ~SatStatsRtnUserMacLinkJitterHelper()
/ Destructor.
static TypeId GetTypeId()
inherited from ObjectBase base class
SatStatsRtnUserPhyLinkJitterHelper(Ptr< const SatHelper > satHelper)
virtual ~SatStatsRtnUserPhyLinkJitterHelper()
/ Destructor.
SatArqSequenceNumber is handling the sequence numbers for the ARQ process.