#include <ns3/abort.h>
#include <ns3/config.h>
#include <ns3/constant-position-mobility-model.h>
#include <ns3/double.h>
#include <ns3/isotropic-antenna-model.h>
#include <ns3/log.h>
#include <ns3/mobility-helper.h>
#include <ns3/node-container.h>
#include <ns3/pointer.h>
#include <ns3/simulator.h>
#include <ns3/string.h>
#include <ns3/test.h>
#include <ns3/three-gpp-antenna-model.h>
#include <ns3/three-gpp-channel-model.h>
#include <ns3/three-gpp-spectrum-propagation-loss-model.h>
#include <ns3/two-ray-spectrum-propagation-loss-model.h>
#include <ns3/uinteger.h>
#include <ns3/uniform-planar-array.h>
#include <array>
Go to the source code of this file.
Classes | |
class | ArrayResponseTest |
Test case for the TwoRaySpectrumPropagationLossModel class. More... | |
class | FtrFadingModelAverageTest |
Test case for the TwoRaySpectrumPropagationLossModel class. More... | |
class | OverallGainAverageTest |
Test case for the TwoRaySpectrumPropagationLossModel class. More... | |
class | TwoRaySplmTestSuite |
Test suite for the TwoRaySpectrumPropagationLossModel class. More... | |
Variables | |
static TwoRaySplmTestSuite | myTestSuite |
|
static |
Definition at line 835 of file two-ray-splm-test-suite.cc.