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

Public Member Functions

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

Private Member Functions

void DepletionHandler (void)
bool DepletionTestCase (double simTimeS, double updateIntervalS)
void DoRun (void)

Private Attributes

int m_callbackCount
int m_numOfNodes
double m_simTimeS
double m_timeStepS
double m_updateIntervalS

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

Test case of energy depletion handling for BasicEnergySource and WifiRadioEnergyModel.

Definition at line 212 of file basic-energy-model-test.cc.

Constructor & Destructor Documentation

BasicEnergyDepletionTest::BasicEnergyDepletionTest ( )
BasicEnergyDepletionTest::~BasicEnergyDepletionTest ( )
virtual

Definition at line 254 of file basic-energy-model-test.cc.

Member Function Documentation

void BasicEnergyDepletionTest::DepletionHandler ( void  )
private

Callback invoked when energy is drained from source.

Definition at line 277 of file basic-energy-model-test.cc.

References m_callbackCount.

Referenced by DepletionTestCase().

+ Here is the caller graph for this function:

bool BasicEnergyDepletionTest::DepletionTestCase ( double  simTimeS,
double  updateIntervalS 
)
private
void BasicEnergyDepletionTest::DoRun ( void  )
private

Definition at line 259 of file basic-energy-model-test.cc.

References DepletionTestCase(), m_callbackCount, m_simTimeS, m_timeStepS, m_updateIntervalS, and NS_TEST_ASSERT_MSG_EQ.

+ Here is the call graph for this function:

Member Data Documentation

int BasicEnergyDepletionTest::m_callbackCount
private
int BasicEnergyDepletionTest::m_numOfNodes
private

Definition at line 236 of file basic-energy-model-test.cc.

Referenced by BasicEnergyDepletionTest(), and DepletionTestCase().

double BasicEnergyDepletionTest::m_simTimeS
private

Definition at line 238 of file basic-energy-model-test.cc.

Referenced by BasicEnergyDepletionTest(), and DoRun().

double BasicEnergyDepletionTest::m_timeStepS
private

Definition at line 239 of file basic-energy-model-test.cc.

Referenced by BasicEnergyDepletionTest(), and DoRun().

double BasicEnergyDepletionTest::m_updateIntervalS
private

Definition at line 240 of file basic-energy-model-test.cc.

Referenced by BasicEnergyDepletionTest(), and DoRun().


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