23 #include <ns3/antenna-model.h> 34 static std::string BuildNameString (Vector v);
38 virtual void DoRun (
void);
46 std::ostringstream oss;
78 virtual void DoRun (
void);
87 std::ostringstream oss;
88 oss <<
" v = " << v <<
", o = " << o;
double theta
the inclination angle in radians
static AnglesTestSuite staticAnglesTestSuiteInstance
virtual void DoRun(void)
Implementation to actually run this TestCase.
virtual void DoRun(void)
Implementation to actually run this TestCase.
void AddTestCase(TestCase *testCase, TestDuration duration=QUICK)
Add an individual child TestCase to this test suite.
#define NS_TEST_EXPECT_MSG_EQ_TOL(actual, limit, tol, msg)
Test that actual and expected (limit) values are equal to plus or minus some tolerance and report if ...
OneVectorConstructorTestCase(Vector v, Angles a)
Every class exported by the ns3 library is enclosed in the ns3 namespace.
static std::string BuildNameString(Vector v, Vector o)
static std::string BuildNameString(Vector v)
TwoVectorsConstructorTestCase(Vector v, Vector o, Angles a)
double phi
the azimuth angle in radians
struct holding the azimuth and inclination angles of spherical coordinates.