A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::SteadyStateRandomWaypointTest Class Reference
+ Inheritance diagram for ns3::SteadyStateRandomWaypointTest:
+ Collaboration diagram for ns3::SteadyStateRandomWaypointTest:

Public Member Functions

 SteadyStateRandomWaypointTest ()
virtual ~SteadyStateRandomWaypointTest ()
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()

Private Member Functions

void DistribCompare ()
virtual void DoRun (void)
virtual void DoTeardown (void)

Private Attributes

double count
std::vector< Ptr< MobilityModel > > mobilityStack

Additional Inherited Members

- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
void AddTestCase (TestCase *testCase)
 Add an individual test case to this test suite.
std::string CreateDataDirFilename (std::string filename)
std::string CreateTempDirFilename (std::string filename)
bool GetErrorStatus (void) const NS_DEPRECATED
std::string GetName (void) const
bool IsStatusFailure (void) const
bool IsStatusSuccess (void) const
bool MustAssertOnFailure (void) const
bool MustContinueOnFailure (void) const
void ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line)
void SetDataDir (std::string directory)

Detailed Description

Constructor & Destructor Documentation

ns3::SteadyStateRandomWaypointTest::SteadyStateRandomWaypointTest ( )
inline
virtual ns3::SteadyStateRandomWaypointTest::~SteadyStateRandomWaypointTest ( )
inlinevirtual

Member Function Documentation

void ns3::SteadyStateRandomWaypointTest::DistribCompare ( )
private

Definition at line 92 of file steady-state-random-waypoint-mobility-model-test.cc.

References count, ns3::MobilityModel::GetPosition(), ns3::MobilityModel::GetVelocity(), mobilityStack, NS_TEST_EXPECT_MSG_EQ_TOL, ns3::Vector3D::x, and ns3::Vector3D::y.

Referenced by DoRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ns3::SteadyStateRandomWaypointTest::DoTeardown ( void  )
privatevirtual

Definition at line 48 of file steady-state-random-waypoint-mobility-model-test.cc.

References mobilityStack.

Member Data Documentation

double ns3::SteadyStateRandomWaypointTest::count
private

Definition at line 40 of file steady-state-random-waypoint-mobility-model-test.cc.

Referenced by DistribCompare(), and DoRun().

std::vector<Ptr<MobilityModel> > ns3::SteadyStateRandomWaypointTest::mobilityStack
private

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