#include "ns3/acoustic-modem-energy-model-helper.h"
#include "ns3/acoustic-modem-energy-model.h"
#include "ns3/basic-energy-source-helper.h"
#include "ns3/constant-position-mobility-model.h"
#include "ns3/log.h"
#include "ns3/node.h"
#include "ns3/packet.h"
#include "ns3/simple-device-energy-model.h"
#include "ns3/simulator.h"
#include "ns3/test.h"
#include "ns3/uan-channel.h"
#include "ns3/uan-header-common.h"
#include "ns3/uan-helper.h"
#include "ns3/uan-net-device.h"
#include "ns3/uan-noise-model-default.h"
#include "ns3/uan-phy.h"
#include "ns3/uan-prop-model-ideal.h"
Go to the source code of this file.
Classes | |
class | AcousticModemEnergyDepletionTestCase |
Acoustic Modem Energy Depletion Test Case. More... | |
class | AcousticModemEnergyTestCase |
Acoustic Modem Energy Test Case. More... | |
class | UanEnergyModelTestSuite |
Unit test suite for underwater energy model. More... | |
Variables | |
static UanEnergyModelTestSuite | g_uanEnergyModelTestSuite |
|
static |
Definition at line 344 of file uan-energy-model-test.cc.