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 30 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 25 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 34 of file buildings-helper.cc.
References ns3::CreateObject(), and NS_ABORT_MSG_UNLESS.
Referenced by BuildingsChannelConditionModelTestCase::DoRun(), LenaDataPhyErrorModelTestCase::DoRun(), LenaDlCtrlPhyErrorModelTestCase::DoRun(), LenaHarqTestCase::DoRun(), LenaMimoTestCase::DoRun(), LtePathlossModelSystemTestCase::DoRun(), RandomRoomPositionAllocatorTestCase::DoRun(), SameRoomPositionAllocatorTestCase::DoRun(), ThreeGppV2vBuildingsChCondModelTestCase::DoRun(), ThreeGppV2vHighwayLosNlosvChCondModelTestCase::DoRun(), ThreeGppV2vUrbanLosNlosvChCondModelTestCase::DoRun(), and Install().