equal
deleted
inserted
replaced
38 * \param node Node on which to aggregate the ns3::PacketSocketFactory. |
38 * \param node Node on which to aggregate the ns3::PacketSocketFactory. |
39 */ |
39 */ |
40 void Install (Ptr<Node> node) const; |
40 void Install (Ptr<Node> node) const; |
41 |
41 |
42 /** |
42 /** |
|
43 * Aggregate an instance of a ns3::PacketSocketFactory onto the provided |
|
44 * node. |
|
45 * |
|
46 * \param nodeName The name of the node on which to aggregate the ns3::PacketSocketFactory. |
|
47 */ |
|
48 void Install (std::string nodeName) const; |
|
49 |
|
50 /** |
43 * For each node in the provided container, aggregate an instance of a |
51 * For each node in the provided container, aggregate an instance of a |
44 * ns3::PacketSocketFactory. |
52 * ns3::PacketSocketFactory. |
45 * |
53 * |
46 * \param c NodeContainer of the set of nodes to aggregate the |
54 * \param c NodeContainer of the set of nodes to aggregate the |
47 * ns3::PacketSocketFactory on. |
55 * ns3::PacketSocketFactory on. |