#include "ns3/log.h"
#include "ns3/test.h"
#include <ns3/building-position-allocator.h>
#include <ns3/mobility-building-info.h>
#include <ns3/constant-position-mobility-model.h>
#include <ns3/mobility-model.h>
#include <ns3/building.h>
#include <ns3/buildings-helper.h>
#include <ns3/mobility-helper.h>
#include <ns3/simulator.h>
#include <map>
Go to the source code of this file.
Classes | |
class | BuildingPositionAllocatorTestSuite |
class | RandomRoomPositionAllocatorTestCase |
struct | Room |
class | SameRoomPositionAllocatorTestCase |
Functions | |
bool | operator< (const Room &a, const Room &b) |
Variables | |
static BuildingPositionAllocatorTestSuite | buildingsPositionAllocatorTestSuiteInstance |
Definition at line 55 of file building-position-allocator-test.cc.
|
static |
Definition at line 242 of file building-position-allocator-test.cc.