#include "ns3/abort.h"
#include "ns3/boolean.h"
#include "ns3/channel-condition-model.h"
#include "ns3/config.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/core-module.h"
#include "ns3/double.h"
#include "ns3/log.h"
#include "ns3/node-container.h"
#include "ns3/probabilistic-v2v-channel-condition-model.h"
#include "ns3/simulator.h"
#include "ns3/test.h"
#include "ns3/three-gpp-v2v-propagation-loss-model.h"
#include "ns3/uinteger.h"
Go to the source code of this file.
Classes | |
class | ProbabilisticV2vChCondModelsTestSuite |
Test suite for the probabilistic V2V channel condition model. More... | |
struct | V2vUrbanProbChCondModelTestCase::TestVector |
Struct containing the parameters for each test. More... | |
struct | V2vHighwayProbChCondModelTestCase::TestVector |
Struct containing the parameters for each test. More... | |
class | V2vHighwayProbChCondModelTestCase |
Test case for the V2V Highway channel condition models using a fully probabilistic model to determine LOS, NLOS and NLOSv states. More... | |
class | V2vUrbanProbChCondModelTestCase |
Test case for the V2V Urban channel condition models using a fully probabilistic model to determine LOS, NLOS and NLOSv states. More... | |
Variables | |
static ProbabilisticV2vChCondModelsTestSuite | g_probabilisticV2vChCondModelsTestSuite |
Static variable for test initialization. More... | |
|
static |
Static variable for test initialization.
Definition at line 533 of file probabilistic-v2v-channel-condition-model-test.cc.