ns-3 Direct Code Execution
Home
Tutorials ▼
Docs ▼
Wiki
Manual
Develop ▼
API
Bugs
API
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
ns3-socket-fd-factory.h
Go to the documentation of this file.
1
#ifndef NS3_SOCKET_FD_FACTORY_H
2
#define NS3_SOCKET_FD_FACTORY_H
3
4
#include "
socket-fd-factory.h
"
5
6
namespace
ns3 {
7
8
class
SocketFactory;
9
10
class
Ns3SocketFdFactory
:
public
SocketFdFactory
11
{
12
public
:
13
static
TypeId
GetTypeId
(
void
);
14
Ns3SocketFdFactory
();
15
void
NotifyNewAggregate
(
void
);
16
17
virtual
UnixFd
*
CreateSocket
(
int
domain,
int
type,
int
protocol);
18
private
:
19
Ptr<SocketFactory>
m_netlink
;
20
};
21
22
}
// namespace ns3
23
24
#endif
/* NS3_SOCKET_FD_FACTORY_H */
model
ns3-socket-fd-factory.h
Generated on Fri Aug 30 2013 13:57:56 for ns-3-dce by
1.8.1.2