#include <ns3/antenna-model.h>
#include <ns3/log.h>
#include <ns3/test.h>
#include <cmath>
#include <iostream>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | AnglesTestSuite |
Angles TestSuite. More... | |
class | OneVectorConstructorTestCase |
Angles Test using one vector for initialization. More... | |
class | TwoVectorsConstructorTestCase |
Angles Test using two vectors for initialization. More... | |
class | WrapToRangeFunctionalTestCase |
Test the output for WrapToRangeFunction. More... | |
class | WrapToRangeTestCase |
Test bounds for various WrapTo... methods (WrapTo180, WrapTo360, WrapToPi, and WrapTo2Pi) by using a std::function wrapper. More... | |
Typedefs | |
using | WrapToRangeFunction = std::function<double(double)> |
Variables | |
static AnglesTestSuite | g_staticAnglesTestSuiteInstance |
Static variable for test initialization. | |
using WrapToRangeFunction = std::function<double(double)> |
Definition at line 126 of file test-angles.cc.
|
static |
Static variable for test initialization.
Definition at line 519 of file test-angles.cc.