A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
netmap-net-device-helper.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2017 Universita' degli Studi di Napoli Federico II
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: Pasquale Imputato <p.imputato@gmail.com>
18
*/
19
20
#ifndef NETMAP_NET_DEVICE_HELPER_H
21
#define NETMAP_NET_DEVICE_HELPER_H
22
23
#include "
fd-net-device-helper.h
"
24
25
#include "ns3/attribute.h"
26
#include "ns3/fd-net-device.h"
27
#include "ns3/net-device-container.h"
28
#include "ns3/netmap-net-device.h"
29
#include "ns3/node-container.h"
30
#include "ns3/object-factory.h"
31
32
#include <string>
33
34
namespace
ns3
35
{
36
37
class
NetmapNetDevice;
38
45
class
NetmapNetDeviceHelper
:
public
FdNetDeviceHelper
46
{
47
public
:
48
NetmapNetDeviceHelper
();
49
50
virtual
~NetmapNetDeviceHelper
()
51
{
52
}
53
58
std::string
GetDeviceName
();
59
64
void
SetDeviceName
(std::string deviceName);
65
66
protected
:
73
Ptr<NetDevice>
InstallPriv
(
Ptr<Node>
node)
const
;
74
79
virtual
void
SetDeviceAttributes
(
Ptr<FdNetDevice>
device)
const
;
80
86
virtual
int
CreateFileDescriptor
()
const
;
87
93
void
SwitchInNetmapMode
(
int
fd,
Ptr<NetmapNetDevice>
device)
const
;
94
95
std::string
m_deviceName
;
96
};
97
98
}
// namespace ns3
99
100
#endif
/* NETMAP_NET_DEVICE_HELPER_H */
ns3::FdNetDeviceHelper
build a set of FdNetDevice objects Normally we eschew multiple inheritance, however,...
Definition:
fd-net-device-helper.h:46
ns3::NetmapNetDeviceHelper
build a set of FdNetDevice objects attached to a physical network interface
Definition:
netmap-net-device-helper.h:46
ns3::NetmapNetDeviceHelper::InstallPriv
Ptr< NetDevice > InstallPriv(Ptr< Node > node) const
This method creates an ns3::FdNetDevice attached to a physical network interface.
Definition:
netmap-net-device-helper.cc:84
ns3::NetmapNetDeviceHelper::CreateFileDescriptor
virtual int CreateFileDescriptor() const
Call out to a separate process running as suid root in order to get a raw socket.
Definition:
netmap-net-device-helper.cc:198
ns3::NetmapNetDeviceHelper::SetDeviceName
void SetDeviceName(std::string deviceName)
Set the device name of this device.
Definition:
netmap-net-device-helper.cc:78
ns3::NetmapNetDeviceHelper::m_deviceName
std::string m_deviceName
The unix/linux name of the underlying device (e.g., eth0)
Definition:
netmap-net-device-helper.h:95
ns3::NetmapNetDeviceHelper::SwitchInNetmapMode
void SwitchInNetmapMode(int fd, Ptr< NetmapNetDevice > device) const
Switch the fd in netmap mode.
Definition:
netmap-net-device-helper.cc:430
ns3::NetmapNetDeviceHelper::GetDeviceName
std::string GetDeviceName()
Get the device name of this device.
Definition:
netmap-net-device-helper.cc:72
ns3::NetmapNetDeviceHelper::~NetmapNetDeviceHelper
virtual ~NetmapNetDeviceHelper()
Definition:
netmap-net-device-helper.h:50
ns3::NetmapNetDeviceHelper::SetDeviceAttributes
virtual void SetDeviceAttributes(Ptr< FdNetDevice > device) const
Sets device flags and MTU.
Definition:
netmap-net-device-helper.cc:109
ns3::NetmapNetDeviceHelper::NetmapNetDeviceHelper
NetmapNetDeviceHelper()
Definition:
netmap-net-device-helper.cc:65
ns3::Ptr
Smart pointer class similar to boost::intrusive_ptr.
Definition:
ptr.h:77
fd-net-device-helper.h
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
fd-net-device
helper
netmap-net-device-helper.h
Generated on Sun Mar 3 2024 17:10:57 for ns-3 by
1.9.1