create a pinger application and associate it to a node
More...
#include <v4ping-helper.h>
List of all members.
Detailed Description
create a pinger application and associate it to a node
This class creates one or multiple instances of ns3::V4Ping and associates it/them to one/multiple node(s).
Constructor & Destructor Documentation
Create a V4PingHelper which is used to make life easier for people wanting to use ping Applications.
- Parameters:
-
| remote | The address which should be pinged |
Member Function Documentation
Install a pinger application on each Node in the provided NodeContainer.
- Parameters:
-
- Returns:
- A list of pinger applications, one for each input node
Install a pinger application on the provided Node. The Node is specified directly by a Ptr<Node>
- Parameters:
-
| node | The node to install the V4PingApplication on. |
- Returns:
- An ApplicationContainer holding the pinger application created.
Install a pinger application on the provided Node. The Node is specified by a string that must have previosly been associated with a Node using the Object Name Service.
- Parameters:
-
| nodeName | The node to install the V4PingApplication on. |
- Returns:
- An ApplicationContainer holding the pinger application created.
void ns3::V4PingHelper::SetAttribute |
( |
std::string |
name, |
|
|
const AttributeValue & |
value | |
|
) |
| | |
Configure ping applications attribute.
- Parameters:
-
| name | attribute's name |
| value | attribute's value |
The documentation for this class was generated from the following file:
- src/helper/v4ping-helper.h