A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
RandCartAroundGeoTestCase Class Reference

Rand Cart Around Geo Test Case. More...

+ Inheritance diagram for RandCartAroundGeoTestCase:
+ Collaboration diagram for RandCartAroundGeoTestCase:

Public Member Functions

 RandCartAroundGeoTestCase (double originLatitude, double originLongitude, double maxAltitude, int numPoints, double maxDistFromOrigin, Ptr< UniformRandomVariable > uniRand)
 Constructor.
 
 ~RandCartAroundGeoTestCase () override
 
- Public Member Functions inherited from ns3::TestCase
 TestCase (const TestCase &)=delete
 
virtual ~TestCase ()
 Destructor.
 
std::string GetName () const
 
TestCaseoperator= (const TestCase &)=delete
 

Private Member Functions

void DoRun () override
 Implementation to actually run this TestCase.
 

Static Private Member Functions

static std::string Name (double originLatitude, double originLongitude, double maxDistFromOrigin)
 name function
 

Private Attributes

double m_maxAltitude
 maximum altitude
 
double m_maxDistFromOrigin
 maximum distance from origin
 
int m_numPoints
 number of points
 
double m_originLatitude
 origin latitude
 
double m_originLongitude
 origin longitude
 
Ptr< UniformRandomVariablem_uniRand
 random number
 

Additional Inherited Members

- Public Types inherited from ns3::TestCase
enum class  Duration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 }
 How long the test takes to execute. More...
 
using instead = Duration
 
- Static Public Attributes inherited from ns3::TestCase
static constexpr auto EXTENSIVE = Duration::EXTENSIVE
 
static constexpr auto QUICK = Duration::QUICK
 
static constexpr auto TAKES_FOREVER
 
- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
 Constructor.
 
void AddTestCase (TestCase *testCase, Duration duration=Duration::QUICK)
 Add an individual child TestCase to this test suite.
 
TestCaseGetParent () const
 Get the parent of this TestCase.
 
bool IsStatusFailure () const
 Check if any tests failed.
 
bool IsStatusSuccess () const
 Check if all tests passed.
 
void SetDataDir (std::string directory)
 Set the data directory where reference trace files can be found.
 
void ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line)
 Log the failure of this TestCase.
 
bool MustAssertOnFailure () const
 Check if this run should assert on failure.
 
bool MustContinueOnFailure () const
 Check if this run should continue on failure.
 
std::string CreateDataDirFilename (std::string filename)
 Construct the full path to a file in the data directory.
 
std::string CreateTempDirFilename (std::string filename)
 Construct the full path to a file in a temporary directory.
 

Detailed Description

Rand Cart Around Geo Test Case.

Definition at line 63 of file rand-cart-around-geo-test.cc.

Constructor & Destructor Documentation

◆ RandCartAroundGeoTestCase()

RandCartAroundGeoTestCase::RandCartAroundGeoTestCase ( double  originLatitude,
double  originLongitude,
double  maxAltitude,
int  numPoints,
double  maxDistFromOrigin,
Ptr< UniformRandomVariable uniRand 
)

Constructor.

Parameters
originLatitudeorigin latitude
originLongitudeorigin longitude
maxAltitudemaximum altitude
numPointsnumber of points
maxDistFromOriginmaximum distance from origin
uniRandrandom variable

Definition at line 116 of file rand-cart-around-geo-test.cc.

◆ ~RandCartAroundGeoTestCase()

RandCartAroundGeoTestCase::~RandCartAroundGeoTestCase ( )
override

Definition at line 132 of file rand-cart-around-geo-test.cc.

Member Function Documentation

◆ DoRun()

void RandCartAroundGeoTestCase::DoRun ( )
overrideprivatevirtual

Implementation to actually run this TestCase.

Subclasses should override this method to conduct their tests.

Implements ns3::TestCase.

Definition at line 137 of file rand-cart-around-geo-test.cc.

References EARTH_RADIUS, ns3::GeographicPositions::GeographicToCartesianCoordinates(), m_maxAltitude, m_maxDistFromOrigin, m_numPoints, m_originLatitude, m_originLongitude, m_uniRand, NS_TEST_ASSERT_MSG_LT, ns3::GeographicPositions::RandCartesianPointsAroundGeographicPoint(), ns3::GeographicPositions::SPHERE, and TOLERANCE.

+ Here is the call graph for this function:

◆ Name()

std::string RandCartAroundGeoTestCase::Name ( double  originLatitude,
double  originLongitude,
double  maxDistFromOrigin 
)
staticprivate

name function

Parameters
originLatitudethe origin latitude
originLongitudethe origin longitude
maxDistFromOriginthe maximum distance from the origin
Returns
the name string

Definition at line 105 of file rand-cart-around-geo-test.cc.

Member Data Documentation

◆ m_maxAltitude

double RandCartAroundGeoTestCase::m_maxAltitude
private

maximum altitude

Definition at line 98 of file rand-cart-around-geo-test.cc.

Referenced by DoRun().

◆ m_maxDistFromOrigin

double RandCartAroundGeoTestCase::m_maxDistFromOrigin
private

maximum distance from origin

Definition at line 100 of file rand-cart-around-geo-test.cc.

Referenced by DoRun().

◆ m_numPoints

int RandCartAroundGeoTestCase::m_numPoints
private

number of points

Definition at line 99 of file rand-cart-around-geo-test.cc.

Referenced by DoRun().

◆ m_originLatitude

double RandCartAroundGeoTestCase::m_originLatitude
private

origin latitude

Definition at line 96 of file rand-cart-around-geo-test.cc.

Referenced by DoRun().

◆ m_originLongitude

double RandCartAroundGeoTestCase::m_originLongitude
private

origin longitude

Definition at line 97 of file rand-cart-around-geo-test.cc.

Referenced by DoRun().

◆ m_uniRand

Ptr<UniformRandomVariable> RandCartAroundGeoTestCase::m_uniRand
private

random number

Definition at line 101 of file rand-cart-around-geo-test.cc.

Referenced by DoRun().


The documentation for this class was generated from the following file: