satellite-stats-helper-container.h File Reference
#include <ns3/object.h>
#include <ns3/ptr.h>
#include <ns3/satellite-stats-helper.h>
#include <list>
#include <set>
+ Include dependency graph for satellite-stats-helper-container.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::SatStatsHelperContainer
 Container of SatStatsHelper instances. More...
 

Namespaces

 ns3
 SatArqSequenceNumber is handling the sequence numbers for the ARQ process.
 

Macros

#define SAT_STATS_FULL_SCOPE_METHOD_DECLARATION(id)
 
#define SAT_STATS_NORMAL_SCOPE_METHOD_DECLARATION(id)
 
#define SAT_STATS_REDUCED_SCOPE_METHOD_DECLARATION(id)
 

Macro Definition Documentation

◆ SAT_STATS_FULL_SCOPE_METHOD_DECLARATION

#define SAT_STATS_FULL_SCOPE_METHOD_DECLARATION (   id)
Value:
void AddGlobal##id(SatStatsHelper::OutputType_t outputType); \
void AddPerGw##id(SatStatsHelper::OutputType_t outputType); \
void AddPerBeam##id(SatStatsHelper::OutputType_t outputType); \
void AddPerGroup##id(SatStatsHelper::OutputType_t outputType); \
void AddPerUt##id(SatStatsHelper::OutputType_t outputType); \
void AddPerUtUser##id(SatStatsHelper::OutputType_t outputType); \
void AddPerSat##id(SatStatsHelper::OutputType_t outputType);

Definition at line 104 of file satellite-stats-helper-container.h.

◆ SAT_STATS_NORMAL_SCOPE_METHOD_DECLARATION

#define SAT_STATS_NORMAL_SCOPE_METHOD_DECLARATION (   id)
Value:
void AddGlobal##id(SatStatsHelper::OutputType_t outputType); \
void AddPerGw##id(SatStatsHelper::OutputType_t outputType); \
void AddPerBeam##id(SatStatsHelper::OutputType_t outputType); \
void AddPerGroup##id(SatStatsHelper::OutputType_t outputType); \
void AddPerUt##id(SatStatsHelper::OutputType_t outputType); \
void AddPerSat##id(SatStatsHelper::OutputType_t outputType);

Definition at line 96 of file satellite-stats-helper-container.h.

◆ SAT_STATS_REDUCED_SCOPE_METHOD_DECLARATION

#define SAT_STATS_REDUCED_SCOPE_METHOD_DECLARATION (   id)
Value:
void AddGlobal##id(SatStatsHelper::OutputType_t outputType); \
void AddPerGw##id(SatStatsHelper::OutputType_t outputType); \
void AddPerBeam##id(SatStatsHelper::OutputType_t outputType);

Definition at line 91 of file satellite-stats-helper-container.h.