22#ifndef SATELLITE_STATS_SIGNALLING_LOAD_HELPER_H
23#define SATELLITE_STATS_SIGNALLING_LOAD_HELPER_H
27#include "ns3/address.h"
28#include "ns3/collector-map.h"
43class DataCollectionObject;
192 std::map<Ptr<Probe>, std::pair<Ptr<Node>, uint32_t>>
m_probes;
Build a satellite network set with needed objects and configuration.
SatStatsFwdSignallingLoadHelper(Ptr< const SatHelper > satHelper)
virtual ~SatStatsFwdSignallingLoadHelper()
/ Destructor.
static TypeId GetTypeId()
inherited from ObjectBase base class
SatStatsHelper(Ptr< const SatHelper > satHelper)
Creates a new helper instance.
SatStatsRtnSignallingLoadHelper(Ptr< const SatHelper > satHelper)
std::map< Ptr< Probe >, std::pair< Ptr< Node >, uint32_t > > m_probes
Maintains a list of probes created by this helper.
static TypeId GetTypeId()
inherited from ObjectBase base class
virtual void UpdateIdentifierOnProbes()
Change identifier used on probes, when handovers occur.
virtual ~SatStatsRtnSignallingLoadHelper()
/ Destructor.
virtual void DoInstallProbes()=0
Ptr< DataCollectionObject > m_aggregator
The aggregator created by this helper.
virtual ~SatStatsSignallingLoadHelper()
/ Destructor.
void DoInstall()
Install the probes, collectors, and aggregators necessary to produce the statistics output.
void InstallProbes()
Set up several probes or other means of listeners and connect them to the first-level collectors.
CollectorMap m_terminalCollectors
Maintains a list of second-level collectors created by this helper.
void SignallingTxCallback(Ptr< const Packet > packet, const Address &to)
Receive inputs from trace sources and determine the right collector to forward the inputs to.
static TypeId GetTypeId()
inherited from ObjectBase base class
SatStatsSignallingLoadHelper(Ptr< const SatHelper > satHelper)
CollectorMap m_conversionCollectors
Maintains a list of first-level collectors created by this helper.
SatArqSequenceNumber is handling the sequence numbers for the ARQ process.