A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
test-angles.cc File Reference
#include <ns3/antenna-model.h>
#include <ns3/log.h>
#include <ns3/test.h>
#include <cmath>
#include <iostream>
#include <sstream>
#include <string>
+ Include dependency graph for test-angles.cc:

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.
 

Typedef Documentation

◆ WrapToRangeFunction

using WrapToRangeFunction = std::function<double(double)>

Definition at line 137 of file test-angles.cc.

Variable Documentation

◆ g_staticAnglesTestSuiteInstance

AnglesTestSuite g_staticAnglesTestSuiteInstance
static

Static variable for test initialization.

Definition at line 530 of file test-angles.cc.