#include "ns3/log.h"#include "ns3/test.h"#include "ns3/simple-device-energy-model.h"#include "ns3/uan-net-device.h"#include "ns3/simulator.h"#include "ns3/packet.h"#include "ns3/node.h"#include "ns3/uan-helper.h"#include "ns3/basic-energy-source-helper.h"#include "ns3/acoustic-modem-energy-model-helper.h"#include "ns3/acoustic-modem-energy-model.h"#include "ns3/constant-position-mobility-model.h"#include "ns3/uan-channel.h"#include "ns3/uan-noise-model-default.h"#include "ns3/uan-prop-model-ideal.h"#include "ns3/uan-header-common.h"#include "ns3/uan-phy.h"
Include dependency graph for uan-energy-model-test.cc:Go to the source code of this file.
Classes | |
| class | ns3::AcousticModemEnergyDepletionTestCase |
| class | ns3::AcousticModemEnergyTestCase |
| class | ns3::UanEnergyModelTestSuite |
| Unit test suite for underwater energy model. More... | |
Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Variables | |
| static UanEnergyModelTestSuite | ns3::g_uanEnergyModelTestSuite |