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. More... | |
static void | Install (Ptr< Node > node) |
Install the MobilityBuildingInfo to a node. More... | |
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 37 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 47 of file buildings-helper.cc.
References ns3::Object::AggregateObject(), ns3::Node::GetId(), ns3::Object::GetObject(), and NS_ABORT_MSG_UNLESS.
Referenced by Install().