A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::aodv::Bug772ChainTest Class Reference

AODV deferred route lookup test case (see bug 772) More...

#include <bug-772.h>

+ Inheritance diagram for ns3::aodv::Bug772ChainTest:
+ Collaboration diagram for ns3::aodv::Bug772ChainTest:

Public Member Functions

 Bug772ChainTest (const char *const prefix, const char *const proto, Time time, uint32_t size)
 ~Bug772ChainTest ()
- Public Member Functions inherited from ns3::TestCase
virtual ~TestCase ()

Private Member Functions

void CheckResults ()
 Compare traces with reference ones.
void CreateDevices ()
 Create devices, install TCP/IP stack and applications.
void CreateNodes ()
 Create test topology.
void DoRun ()
 Go.

Private Attributes

NodeContainerm_nodes
 XXX It is important to have pointers here.
const std::string m_prefix
 PCAP file names prefix.
const std::string m_proto
 Socket factory TID.
const uint32_t m_size
 Chain size.
const double m_step
 Chain step, meters.
const Time m_time
 Total simulation time.

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

AODV deferred route lookup test case (see bug 772)

TODO: describe expected packet trace

Definition at line 38 of file bug-772.h.

Constructor & Destructor Documentation

ns3::aodv::Bug772ChainTest::Bug772ChainTest ( const char *const  prefix,
const char *const  proto,
Time  time,
uint32_t  size 
)

Create test case

Parameters
prefixUnique file names prefix
protons3::UdpSocketFactory or ns3::TcpSocketFactory
sizeNumber of nodes in the chain
timeSimulation time

Definition at line 57 of file bug-772.cc.

ns3::aodv::Bug772ChainTest::~Bug772ChainTest ( )

Definition at line 68 of file bug-772.cc.

References m_nodes.

Member Function Documentation

void ns3::aodv::Bug772ChainTest::CheckResults ( )
private

Compare traces with reference ones.

Definition at line 163 of file bug-772.cc.

References m_prefix, m_size, and NS_PCAP_TEST_EXPECT_EQ.

Referenced by DoRun().

+ Here is the caller graph for this function:

void ns3::aodv::Bug772ChainTest::CreateNodes ( )
private

Create test topology.

Definition at line 92 of file bug-772.cc.

References ns3::NodeContainer::Create(), ns3::MobilityHelper::Install(), m_nodes, m_size, m_step, ns3::MobilityHelper::SetMobilityModel(), and ns3::MobilityHelper::SetPositionAllocator().

Referenced by DoRun().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ns3::aodv::Bug772ChainTest::DoRun ( void  )
private

Member Data Documentation

NodeContainer* ns3::aodv::Bug772ChainTest::m_nodes
private

XXX It is important to have pointers here.

Definition at line 54 of file bug-772.h.

Referenced by CreateDevices(), CreateNodes(), DoRun(), and ~Bug772ChainTest().

const std::string ns3::aodv::Bug772ChainTest::m_prefix
private

PCAP file names prefix.

Definition at line 57 of file bug-772.h.

Referenced by CheckResults(), and CreateDevices().

const std::string ns3::aodv::Bug772ChainTest::m_proto
private

Socket factory TID.

Definition at line 59 of file bug-772.h.

Referenced by CreateDevices().

const uint32_t ns3::aodv::Bug772ChainTest::m_size
private

Chain size.

Definition at line 63 of file bug-772.h.

Referenced by CheckResults(), CreateDevices(), and CreateNodes().

const double ns3::aodv::Bug772ChainTest::m_step
private

Chain step, meters.

Definition at line 65 of file bug-772.h.

Referenced by CreateNodes().

const Time ns3::aodv::Bug772ChainTest::m_time
private

Total simulation time.

Definition at line 61 of file bug-772.h.

Referenced by CreateDevices(), and DoRun().


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