A Discrete-Event Network Simulator
API
 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 
17 {
18 public:
25  V4PingHelper (Ipv4Address remote);
26 
36 
46 
56  ApplicationContainer Install (std::string nodeName) const;
57 
63  void SetAttribute (std::string name, const AttributeValue &value);
64 private:
70 };
71 
72 } // namespace ns3
73 
74 #endif /* V4PING_HELPER_H */