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