Helper used to install a MobilityBuildingInfo into a set of nodes. More...
#include "buildings-helper.h"
Static Public Member Functions | |
static void | Install (NodeContainer c) |
Install the MobilityBuildingInfo to the set of nodes in a NodeContainer. | |
static void | Install (Ptr< Node > node) |
Install the MobilityBuildingInfo to a node. | |
Helper used to install a MobilityBuildingInfo into a set of nodes.
Definition at line 39 of file buildings-helper.h.
|
static |
Install the MobilityBuildingInfo to the set of nodes in a NodeContainer.
c | the NodeContainer including the nodes to be updated |
Definition at line 36 of file buildings-helper.cc.
References ns3::NodeContainer::Begin(), ns3::NodeContainer::End(), and Install().
Install the MobilityBuildingInfo to a node.
node | the mobility model of the node to be updated |
Definition at line 45 of file buildings-helper.cc.
References NS_ABORT_MSG_UNLESS.
Referenced by RandomRoomPositionAllocatorTestCase::DoRun(), SameRoomPositionAllocatorTestCase::DoRun(), BuildingsChannelConditionModelTestCase::DoRun(), ThreeGppV2vBuildingsChCondModelTestCase::DoRun(), ThreeGppV2vUrbanLosNlosvChCondModelTestCase::DoRun(), ThreeGppV2vHighwayLosNlosvChCondModelTestCase::DoRun(), LenaHarqTestCase::DoRun(), LenaMimoTestCase::DoRun(), LtePathlossModelSystemTestCase::DoRun(), LenaDataPhyErrorModelTestCase::DoRun(), LenaDlCtrlPhyErrorModelTestCase::DoRun(), and Install().