#include "satellite-stats-helper-container.h"
#include "satellite-stats-antenna-gain-helper.h"
#include "satellite-stats-backlogged-request-helper.h"
#include "satellite-stats-beam-service-time-helper.h"
#include "satellite-stats-capacity-request-helper.h"
#include "satellite-stats-carrier-id-helper.h"
#include "satellite-stats-composite-sinr-helper.h"
#include "satellite-stats-delay-helper.h"
#include "satellite-stats-frame-load-helper.h"
#include "satellite-stats-frame-type-usage-helper.h"
#include "satellite-stats-fwd-link-scheduler-symbol-rate-helper.h"
#include "satellite-stats-jitter-helper.h"
#include "satellite-stats-link-delay-helper.h"
#include "satellite-stats-link-jitter-helper.h"
#include "satellite-stats-link-modcod-helper.h"
#include "satellite-stats-link-rx-power-helper.h"
#include "satellite-stats-link-sinr-helper.h"
#include "satellite-stats-marsala-correlation-helper.h"
#include "satellite-stats-packet-collision-helper.h"
#include "satellite-stats-packet-drop-rate-helper.h"
#include "satellite-stats-packet-error-helper.h"
#include "satellite-stats-plt-helper.h"
#include "satellite-stats-queue-helper.h"
#include "satellite-stats-rbdc-request-helper.h"
#include "satellite-stats-resources-granted-helper.h"
#include "satellite-stats-satellite-queue-helper.h"
#include "satellite-stats-signalling-load-helper.h"
#include "satellite-stats-throughput-helper.h"
#include "satellite-stats-waveform-usage-helper.h"
#include "satellite-stats-window-load-helper.h"
#include <ns3/enum.h>
#include <ns3/log.h>
#include <ns3/satellite-helper.h>
#include <ns3/satellite-topology.h>
#include <ns3/satellite-ut-mac.h>
#include <ns3/singleton.h>
#include <ns3/string.h>
#include <list>
#include <string>
Go to the source code of this file.
Namespaces | |
ns3 | |
SatArqSequenceNumber is handling the sequence numbers for the ARQ process. | |
Functions | |
ns3::SAT_STATS_GLOBAL_METHOD_DEFINITION (FeederSlottedAlohaPacketCollision, "feeder-slotted-aloha-collision") SAT_STATS_PER_GW_METHOD_DEFINITION(FeederSlottedAlohaPacketCollision | |
feeder slotted aloha collision | ns3::SAT_STATS_PER_BEAM_METHOD_DEFINITION (FeederSlottedAlohaPacketCollision, "feeder-slotted-aloha-collision") SAT_STATS_PER_GROUP_METHOD_DEFINITION(FeederSlottedAlohaPacketCollision |
feeder slotted aloha collision feeder slotted aloha collision feeder slotted aloha collision | ns3::SAT_STATS_PER_BEAM_METHOD_DEFINITION (UserSlottedAlohaPacketCollision, "user-slotted-aloha-collision") SAT_STATS_PER_GROUP_METHOD_DEFINITION(UserSlottedAlohaPacketCollision |
feeder slotted aloha collision feeder slotted aloha collision | ns3::SAT_STATS_PER_UT_METHOD_DEFINITION (FeederSlottedAlohaPacketCollision, "feeder-slotted-aloha-collision") SAT_STATS_PER_SAT_METHOD_DEFINITION(FeederSlottedAlohaPacketCollision |
#define ADD_SAT_STATS_ATTRIBUTE_HEAD | ( | id, | |
desc | |||
) |
Definition at line 188 of file satellite-stats-helper-container.cc.
#define ADD_SAT_STATS_ATTRIBUTES_AVERAGED_DISTRIBUTION_SET | ( | id, | |
desc | |||
) |
Definition at line 222 of file satellite-stats-helper-container.cc.
#define ADD_SAT_STATS_ATTRIBUTES_BASIC_SET | ( | id, | |
desc | |||
) |
Definition at line 194 of file satellite-stats-helper-container.cc.
#define ADD_SAT_STATS_ATTRIBUTES_DISTRIBUTION_SET | ( | id, | |
desc | |||
) |
Definition at line 208 of file satellite-stats-helper-container.cc.
#define ADD_SAT_STATS_AVERAGED_DISTRIBUTION_OUTPUT_CHECKER |
Definition at line 178 of file satellite-stats-helper-container.cc.
#define ADD_SAT_STATS_BASIC_OUTPUT_CHECKER |
Definition at line 158 of file satellite-stats-helper-container.cc.
#define ADD_SAT_STATS_DISTRIBUTION_OUTPUT_CHECKER |
Definition at line 165 of file satellite-stats-helper-container.cc.
#define SAT_STATS_AVERAGE_BEAM_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1096 of file satellite-stats-helper-container.cc.
#define SAT_STATS_AVERAGE_GROUP_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1114 of file satellite-stats-helper-container.cc.
#define SAT_STATS_AVERAGE_ISL_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1237 of file satellite-stats-helper-container.cc.
#define SAT_STATS_AVERAGE_SAT_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1168 of file satellite-stats-helper-container.cc.
#define SAT_STATS_AVERAGE_UT_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1132 of file satellite-stats-helper-container.cc.
#define SAT_STATS_AVERAGE_UT_USER_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1150 of file satellite-stats-helper-container.cc.
#define SAT_STATS_GLOBAL_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 994 of file satellite-stats-helper-container.cc.
#define SAT_STATS_PER_BEAM_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1028 of file satellite-stats-helper-container.cc.
#define SAT_STATS_PER_GROUP_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1045 of file satellite-stats-helper-container.cc.
#define SAT_STATS_PER_GW_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1011 of file satellite-stats-helper-container.cc.
#define SAT_STATS_PER_ISL_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1220 of file satellite-stats-helper-container.cc.
#define SAT_STATS_PER_SAT_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1203 of file satellite-stats-helper-container.cc.
#define SAT_STATS_PER_SLICE_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1186 of file satellite-stats-helper-container.cc.
#define SAT_STATS_PER_UT_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1062 of file satellite-stats-helper-container.cc.
#define SAT_STATS_PER_UT_USER_METHOD_DEFINITION | ( | id, | |
name | |||
) |
Definition at line 1079 of file satellite-stats-helper-container.cc.