A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Portuguese
Docs ▼
Wiki
Manual
Models
Develop ▼
API
Bugs
API
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
v4ping-helper.h
Go to the documentation of this file.
1
#ifndef V4PING_HELPER_H
2
#define V4PING_HELPER_H
3
4
#include "ns3/node-container.h"
5
#include "ns3/application-container.h"
6
#include "ns3/object-factory.h"
7
8
namespace
ns3 {
9
16
class
V4PingHelper
17
{
18
public
:
25
V4PingHelper
(
Ipv4Address
remote);
26
35
ApplicationContainer
Install
(
NodeContainer
nodes)
const
;
36
45
ApplicationContainer
Install
(
Ptr<Node>
node)
const
;
46
56
ApplicationContainer
Install
(std::string nodeName)
const
;
57
63
void
SetAttribute
(std::string name,
const
AttributeValue
&value);
64
private
:
68
Ptr<Application>
InstallPriv
(
Ptr<Node>
node)
const
;
69
ObjectFactory
m_factory
;
70
};
71
72
}
// namespace ns3
73
74
#endif
/* V4PING_HELPER_H */
src
applications
helper
v4ping-helper.h
Generated on Tue May 14 2013 11:08:16 for ns-3 by
1.8.1.2