#include "ns3/rv-battery-model.h"
#include "ns3/wifi-radio-energy-model.h"
#include "ns3/rv-battery-model-helper.h"
#include "ns3/wifi-radio-energy-model-helper.h"
#include "ns3/energy-source-container.h"
#include "ns3/device-energy-model-container.h"
#include "ns3/log.h"
#include "ns3/test.h"
#include "ns3/node.h"
#include "ns3/simulator.h"
#include "ns3/double.h"
#include "ns3/config.h"
#include "ns3/string.h"
#include "ns3/yans-wifi-helper.h"
#include "ns3/nqos-wifi-mac-helper.h"
#include <cmath>
Go to the source code of this file.
Classes | |
class | BatteryLifetimeTest |
Test case of update remaining energy for RvBatteryModel and WifiRadioEnergyModel. More... | |
struct | LoadProfile |
class | RvBatteryModelTestSuite |
Unit test suite for energy model. More... | |
Functions | |
NS_LOG_COMPONENT_DEFINE ("RvBatteryModelTestSuite") | |
Variables | |
static RvBatteryModelTestSuite | g_rvBatteryModelTestSuite |
NS_LOG_COMPONENT_DEFINE | ( | "RvBatteryModelTestSuite" | ) |
|
static |
Definition at line 890 of file rv-battery-model-test.cc.