23 #include <ns3/antenna-model.h> 34 static std::string BuildNameString (Vector v);
38 virtual void DoRun (
void);
46 std::ostringstream oss;
77 virtual void DoRun (
void);
86 std::ostringstream oss;
87 oss <<
" v = " << v <<
", o = " << o;
Class holding the azimuth and inclination angles of spherical coordinates.
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.
double GetAzimuth(void) const
Getter for azimuth angle.
#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 GetInclination(void) const
Getter for inclination angle.