#include "ns3/command-line.h"
#include "ns3/config.h"
#include "ns3/device-energy-model-container.h"
#include "ns3/double.h"
#include "ns3/energy-source-container.h"
#include "ns3/log.h"
#include "ns3/node.h"
#include "ns3/rv-battery-model-helper.h"
#include "ns3/rv-battery-model.h"
#include "ns3/simulator.h"
#include "ns3/string.h"
#include "ns3/wifi-radio-energy-model-helper.h"
#include "ns3/wifi-radio-energy-model.h"
#include "ns3/yans-wifi-helper.h"
#include <cmath>
Go to the source code of this file.
Classes | |
class | BatteryLifetimeTest |
This example was originally devised as a test, then it was converted to an example. More... | |
struct | BatteryLifetimeTest::LoadProfile |
Load profile of the battery. More... | |