#include <ns3/double.h>
#include <ns3/log.h>
#include <ns3/parabolic-antenna-model.h>
#include <ns3/simulator.h>
#include <ns3/test.h>
#include <cmath>
#include <iostream>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | ParabolicAntennaModelTestCase |
ParabolicAntennaModel Test. More... | |
class | ParabolicAntennaModelTestSuite |
ParabolicAntennaModel TestSuite. More... | |
Enumerations | |
enum | ParabolicAntennaModelGainTestCondition { EQUAL = 0 , LESSTHAN = 1 } |
Test condition (equal to or less than) More... | |
Variables | |
static ParabolicAntennaModelTestSuite | g_staticParabolicAntennaModelTestSuiteInstance |
Static variable for test initialization. | |
|
static |
Static variable for test initialization.
Definition at line 584 of file test-parabolic-antenna.cc.