#include "satellite-stats-helper.h"
#include <ns3/object.h>
#include <ns3/ptr.h>
#include <list>
#include <set>
#include <string>
Go to the source code of this file.
◆ 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 106 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 98 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 93 of file satellite-stats-helper-container.h.