A Discrete-Event Network Simulator
Home
Tutorials ▼
English
Documentation ▼
Installation
Manual
Models
Contributing
Wiki
Development ▼
API Docs
Issue Tracker
Merge Requests
API
Loading...
Searching...
No Matches
emu-fd-net-device-helper.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2012 INRIA, 2012 University of Washington
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
*/
18
19
#ifndef EMU_FD_NET_DEVICE_HELPER_H
20
#define EMU_FD_NET_DEVICE_HELPER_H
21
22
#include "ns3/attribute.h"
23
#include "ns3/fd-net-device-helper.h"
24
#include "ns3/fd-net-device.h"
25
#include "ns3/net-device-container.h"
26
#include "ns3/node-container.h"
27
#include "ns3/object-factory.h"
28
29
#include <string>
30
31
namespace
ns3
32
{
33
40
class
EmuFdNetDeviceHelper
:
public
FdNetDeviceHelper
41
{
42
public
:
46
EmuFdNetDeviceHelper
();
47
48
~EmuFdNetDeviceHelper
()
override
49
{
50
}
51
57
std::string
GetDeviceName
();
58
64
void
SetDeviceName
(std::string deviceName);
65
70
void
HostQdiscBypass
(
bool
hostQdiscBypass);
71
72
protected
:
80
Ptr<NetDevice>
InstallPriv
(
Ptr<Node>
node)
const override
;
81
86
virtual
void
SetFileDescriptor
(
Ptr<FdNetDevice>
device)
const
;
87
93
virtual
int
CreateFileDescriptor
()
const
;
94
98
std::string
m_deviceName
;
99
bool
m_hostQdiscBypass
;
100
};
101
102
}
// namespace ns3
103
104
#endif
/* EMU_FD_NET_DEVICE_HELPER_H */
ns3::EmuFdNetDeviceHelper
build a set of FdNetDevice objects attached to a physical network interface
Definition:
emu-fd-net-device-helper.h:41
ns3::EmuFdNetDeviceHelper::m_hostQdiscBypass
bool m_hostQdiscBypass
True if request host qdisc bypass.
Definition:
emu-fd-net-device-helper.h:99
ns3::EmuFdNetDeviceHelper::m_deviceName
std::string m_deviceName
The Unix/Linux name of the underlying device (e.g., eth0)
Definition:
emu-fd-net-device-helper.h:98
ns3::EmuFdNetDeviceHelper::HostQdiscBypass
void HostQdiscBypass(bool hostQdiscBypass)
Request host qdisc bypass.
Definition:
emu-fd-net-device-helper.cc:73
ns3::EmuFdNetDeviceHelper::SetDeviceName
void SetDeviceName(std::string deviceName)
Set the device name of this device.
Definition:
emu-fd-net-device-helper.cc:67
ns3::EmuFdNetDeviceHelper::~EmuFdNetDeviceHelper
~EmuFdNetDeviceHelper() override
Definition:
emu-fd-net-device-helper.h:48
ns3::EmuFdNetDeviceHelper::InstallPriv
Ptr< NetDevice > InstallPriv(Ptr< Node > node) const override
This method creates an ns3::FdNetDevice attached to a physical network interface.
Definition:
emu-fd-net-device-helper.cc:85
ns3::EmuFdNetDeviceHelper::SetFileDescriptor
virtual void SetFileDescriptor(Ptr< FdNetDevice > device) const
Sets a file descriptor on the FileDescriptorNetDevice.
Definition:
emu-fd-net-device-helper.cc:94
ns3::EmuFdNetDeviceHelper::GetDeviceName
std::string GetDeviceName()
Get the device name of this device.
Definition:
emu-fd-net-device-helper.cc:79
ns3::EmuFdNetDeviceHelper::CreateFileDescriptor
virtual int CreateFileDescriptor() const
Call out to a separate process running as suid root in order to get a raw socket.
Definition:
emu-fd-net-device-helper.cc:221
ns3::EmuFdNetDeviceHelper::EmuFdNetDeviceHelper
EmuFdNetDeviceHelper()
Construct a EmuFdNetDeviceHelper.
Definition:
emu-fd-net-device-helper.cc:60
ns3::FdNetDeviceHelper
build a set of FdNetDevice objects Normally we eschew multiple inheritance, however,...
Definition:
fd-net-device-helper.h:46
ns3::Ptr
Smart pointer class similar to boost::intrusive_ptr.
Definition:
ptr.h:78
ns3
Every class exported by the ns3 library is enclosed in the ns3 namespace.
src
fd-net-device
helper
emu-fd-net-device-helper.h
Generated on Sun Jul 2 2023 18:21:36 for ns-3 by
1.9.6