#include "ns3/boolean.h"#include "ns3/config.h"#include "ns3/constant-position-mobility-model.h"#include "ns3/double.h"#include "ns3/log.h"#include "ns3/matrix-based-channel-model.h"#include "ns3/node.h"#include "ns3/phased-array-model.h"#include "ns3/pointer.h"#include "ns3/simulator.h"#include "ns3/sionna-rt-channel-model.h"#include "ns3/string.h"#include "ns3/test.h"#include "ns3/uinteger.h"#include "ns3/uniform-planar-array.h"#include <pybind11/pybind11.h>Go to the source code of this file.
Classes | |
| class | SionnaRtChannelEndToEndTest |
| End-to-end test for SionnaRtChannelModel::GetChannel with Sionna. More... | |
| class | SionnaRtChannelModelTestSuite |
| Test suite for Sionna RT channel model regression tests. More... | |
Functions | |
| static Ptr< MobilityModel > | CreateMobility (double x, double y, double z) |
| static Ptr< UniformPlanarArray > | CreateUpa (uint32_t rows, uint32_t cols) |
Variables | |
| static SionnaRtChannelModelTestSuite | g_sionnaRtChannelModelTestSuite |
|
static |
Definition at line 62 of file sionna-channel-model-test.cc.
References ns3::CreateObject(), and x.
Referenced by SionnaRtChannelEndToEndTest::DoRun().
|
static |
Definition at line 53 of file sionna-channel-model-test.cc.
References ns3::CreateObject().
Referenced by SionnaRtChannelEndToEndTest::DoRun().
|
static |
Definition at line 192 of file sionna-channel-model-test.cc.