src/helper/emu-helper.h
changeset 4140 6bbf05bf4826
parent 3848 affd0834debc
child 4263 fec2f830d015
--- a/src/helper/emu-helper.h	Tue Jan 20 15:47:14 2009 -0800
+++ b/src/helper/emu-helper.h	Tue Jan 20 17:39:18 2009 -0800
@@ -164,6 +164,15 @@
   NetDeviceContainer Install (Ptr<Node> node) const;
 
   /**
+   * This method creates an ns3::EmuNetDevice with the attributes configured by 
+   * EmuHelper::SetDeviceAttribute and then adds the device to the node.
+   *
+   * \param nodeName The name of the node to install the device in
+   * \returns A containter holding the added net device.
+   */
+  NetDeviceContainer Install (std::string nodeName) const;
+
+  /**
    * For each Ptr<node> in the provided container this method creates an 
    * ns3::EmuNetDevice (with the attributes configured by 
    * EmuHelper::SetDeviceAttribute); adds the device to the node.