simulation-helper.cc File Reference
#include "simulation-helper.h"
#include <ns3/address.h>
#include <ns3/cbr-helper.h>
#include <ns3/config-store.h>
#include <ns3/config.h>
#include <ns3/enum.h>
#include <ns3/log.h>
#include <ns3/lora-periodic-sender.h>
#include <ns3/nrtv-helper.h>
#include <ns3/packet-sink-helper.h>
#include <ns3/packet-sink.h>
#include <ns3/pointer.h>
#include <ns3/random-variable-stream.h>
#include <ns3/satellite-env-variables.h>
#include <ns3/satellite-on-off-helper.h>
#include <ns3/singleton.h>
#include <ns3/string.h>
#include <ns3/three-gpp-http-satellite-helper.h>
#include <ns3/uinteger.h>
+ Include dependency graph for simulation-helper.cc:

Go to the source code of this file.

Namespaces

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

Macros

#define SIM_ADD_TRAFFIC_MODEL_ATTRIBUTES(index, a1, a2, a3, a4, a5, a6)
 SIM_ADD_TRAFFIC_MODEL_ATTRIBUTES macro helps defining specific attribute for traffic models in method GetTypeId. More...
 

Macro Definition Documentation

◆ SIM_ADD_TRAFFIC_MODEL_ATTRIBUTES

#define SIM_ADD_TRAFFIC_MODEL_ATTRIBUTES (   index,
  a1,
  a2,
  a3,
  a4,
  a5,
  a6 
)

SIM_ADD_TRAFFIC_MODEL_ATTRIBUTES macro helps defining specific attribute for traffic models in method GetTypeId.

Parameters
indexName of the traffic model which attributes are added to the configuration.
a1'Percentage of users' attribute value
a2'Transport layer protocol' attribute value
a3'Traffic direction' attribute value
a4'Start time' attribute value
a5'Stop time' attribute value
a6'Start delay' attribute value
Returns
TypeId

Definition at line 67 of file simulation-helper.cc.