#include <algorithm>
#include "ns3/log.h"
#include "ns3/simulator.h"
#include "ns3/node-list.h"
#include "ns3/node.h"
#include "ns3/constant-velocity-mobility-model.h"
#include "ns3/test.h"
#include "ns3/node-container.h"
#include "ns3/names.h"
#include "ns3/config.h"
#include "ns3/ns2-mobility-helper.h"
Go to the source code of this file.
Classes | |
class | ns3::Ns2MobilityHelperTest |
Every test case is supposed to: More... | |
class | ns3::Ns2MobilityHelperTestSuite |
The test suite. More... | |
struct | ns3::Ns2MobilityHelperTest::ReferencePoint |
Single record in mobility reference. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
bool | ns3::AreVectorsEqual (Vector const &actual, Vector const &limit, double tol) |
NS_LOG_COMPONENT_DEFINE ("ns2-mobility-helper-test-suite") | |
Variables | |
ns3::Ns2MobilityHelperTestSuite | ns3::g_ns2TransmobilityHelperTestSuite |
NS_LOG_COMPONENT_DEFINE | ( | "ns2-mobility-helper-test-suite" | ) |