A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
ping6-helper.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2008-2009 Strasbourg University
3
*
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License version 2 as
6
* published by the Free Software Foundation;
7
*
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU General Public License for more details.
12
*
13
* You should have received a copy of the GNU General Public License
14
* along with this program; if not, write to the Free Software
15
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16
*
17
* Author: Sebastien Vincent <vincent@clarinet.u-strasbg.fr>
18
*/
19
20
#ifndef PING6_HELPER_H
21
#define PING6_HELPER_H
22
23
#include "ns3/application-container.h"
24
#include "ns3/ipv6-address.h"
25
#include "ns3/node-container.h"
26
#include "ns3/object-factory.h"
27
28
#include <stdint.h>
29
30
namespace
ns3
31
{
32
37
class
Ping6Helper
38
{
39
public
:
43
NS_DEPRECATED_3_38
(
"Use PingHelper instead - the attributes might have been renamed."
)
44
Ping6Helper
();
45
50
void
SetLocal
(
Ipv6Address
ip);
51
56
void
SetRemote
(
Ipv6Address
ip);
57
63
void
SetAttribute
(std::string name,
const
AttributeValue
&
value
);
64
70
ApplicationContainer
Install
(
NodeContainer
c);
71
78
NS_DEPRECATED_3_38
(
"Use a source address"
)
79
void
SetIfIndex
(uint32_t ifIndex);
80
85
void
SetRoutersAddress
(std::vector<Ipv6Address> routers);
86
87
private
:
91
ObjectFactory
m_factory
;
92
96
Ipv6Address
m_localIp
;
97
101
Ipv6Address
m_remoteIp
;
102
106
uint32_t
m_ifIndex
;
107
111
std::vector<Ipv6Address>
m_routers
;
112
};
113
114
}
/* namespace ns3 */
115
116
#endif
/* PING6_HELPER_H */
ns3::ApplicationContainer
holds a vector of ns3::Application pointers.
Definition:
application-container.h:44
ns3::AttributeValue
Hold a value for an Attribute.
Definition:
attribute.h:70
ns3::Ipv6Address
Describes an IPv6 address.
Definition:
ipv6-address.h:50
ns3::NodeContainer
keep track of a set of node pointers.
Definition:
node-container.h:40
ns3::ObjectFactory
Instantiate subclasses of ns3::Object.
Definition:
object-factory.h:48
ns3::Ping6Helper
Ping6 application helper.
Definition:
ping6-helper.h:38
ns3::Ping6Helper::SetRemote
void SetRemote(Ipv6Address ip)
Set the remote IPv6 address.
Definition:
ping6-helper.cc:44
ns3::Ping6Helper::m_factory
ObjectFactory m_factory
An object factory.
Definition:
ping6-helper.h:91
ns3::Ping6Helper::Install
ApplicationContainer Install(NodeContainer c)
Install the application in Nodes.
Definition:
ping6-helper.cc:56
ns3::Ping6Helper::m_ifIndex
uint32_t m_ifIndex
Out interface index.
Definition:
ping6-helper.h:106
ns3::Ping6Helper::m_routers
std::vector< Ipv6Address > m_routers
Routers addresses.
Definition:
ping6-helper.h:111
ns3::Ping6Helper::SetRoutersAddress
void SetRoutersAddress(std::vector< Ipv6Address > routers)
Set routers addresses for routing type 0.
Definition:
ping6-helper.cc:85
ns3::Ping6Helper::SetAttribute
void SetAttribute(std::string name, const AttributeValue &value)
Set some attributes.
Definition:
ping6-helper.cc:50
ns3::Ping6Helper::SetLocal
void SetLocal(Ipv6Address ip)
Set the local IPv6 address.
Definition:
ping6-helper.cc:38
ns3::Ping6Helper::Ping6Helper
Ping6Helper()
Constructor.
Definition:
ping6-helper.cc:29
ns3::Ping6Helper::m_remoteIp
Ipv6Address m_remoteIp
The remote IPv6 address.
Definition:
ping6-helper.h:101
ns3::Ping6Helper::SetIfIndex
void SetIfIndex(uint32_t ifIndex)
Set the out interface index.
Definition:
ping6-helper.cc:79
ns3::Ping6Helper::m_localIp
Ipv6Address m_localIp
The local IPv6 address.
Definition:
ping6-helper.h:96
NS_DEPRECATED_3_38
#define NS_DEPRECATED_3_38(msg)
Tag for things deprecated in version ns-3.38.
Definition:
deprecated.h:82
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
second.value
value
Definition:
second.py:41
src
internet-apps
helper
ping6-helper.h
Generated on Fri Mar 31 2023 13:30:41 for ns-3 by
1.9.1