Cbr example application to use satellite network and to produce the full range of statistics. More...
#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/network-module.h"
#include "ns3/satellite-module.h"
#include "ns3/traffic-module.h"
Go to the source code of this file.
Macros | |
#define | CALL_SAT_STATS_AVERAGED_DISTRIBUTION_SET(id) |
#define | CALL_SAT_STATS_BASIC_ELEMENT(id) |
#define | CALL_SAT_STATS_BASIC_SET(id) |
#define | CALL_SAT_STATS_DISTRIBUTION_ELEMENT(id) |
#define | CALL_SAT_STATS_DISTRIBUTION_SET(id) |
Cbr example application to use satellite network and to produce the full range of statistics.
Only some of the statistics are enabled by default. Interval, packet size and test scenario can be given in command line as user argument. To see help for user arguments: execute command -> ./waf –run "sat-cbr-stats-example --PrintHelp"
Definition in file sat-cbr-stats-example.cc.
#define CALL_SAT_STATS_AVERAGED_DISTRIBUTION_SET | ( | id | ) |
Definition at line 59 of file sat-cbr-stats-example.cc.
#define CALL_SAT_STATS_BASIC_ELEMENT | ( | id | ) |
Definition at line 31 of file sat-cbr-stats-example.cc.
#define CALL_SAT_STATS_BASIC_SET | ( | id | ) |
Definition at line 36 of file sat-cbr-stats-example.cc.
#define CALL_SAT_STATS_DISTRIBUTION_ELEMENT | ( | id | ) |
Definition at line 42 of file sat-cbr-stats-example.cc.
#define CALL_SAT_STATS_DISTRIBUTION_SET | ( | id | ) |
Definition at line 53 of file sat-cbr-stats-example.cc.