#include "ns3/abort.h"
#include "ns3/boolean.h"
#include "ns3/buildings-channel-condition-model.h"
#include "ns3/buildings-module.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/simulator.h"
#include "ns3/test.h"
#include "ns3/three-gpp-v2v-channel-condition-model.h"
#include "ns3/three-gpp-v2v-propagation-loss-model.h"
#include "ns3/uinteger.h"
Go to the source code of this file.
Classes | |
struct | ThreeGppV2vBuildingsChCondModelTestCase::TestVector |
Struct containing the parameters for each test. More... | |
struct | ThreeGppV2vUrbanLosNlosvChCondModelTestCase::TestVector |
Struct containing the parameters for each test. More... | |
struct | ThreeGppV2vHighwayLosNlosvChCondModelTestCase::TestVector |
Struct containing the parameters for each test. More... | |
class | ThreeGppV2vBuildingsChCondModelTestCase |
Test case for the classes ThreeGppV2vUrbanChannelConditionModel, and ThreeGppV2vHighwayChannelConditionModel to test their code to deterministically determine NLOS state. More... | |
class | ThreeGppV2vChCondModelsTestSuite |
Test suite for the 3GPP V2V channel condition model. More... | |
class | ThreeGppV2vHighwayLosNlosvChCondModelTestCase |
Test case for the 3GPP V2V Highway channel condition models (probabilistic model for LOS/NLOSv states). More... | |
class | ThreeGppV2vUrbanLosNlosvChCondModelTestCase |
Test case for the 3GPP V2V Urban channel condition models (probabilistic model for LOS/NLOSv states). More... | |
Variables | |
static ThreeGppV2vChCondModelsTestSuite | ThreeGppV2vChCondModelsTestSuite |
Static variable for test initialization. More... | |
Static variable for test initialization.
Definition at line 556 of file three-gpp-v2v-channel-condition-model-test.cc.