NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
h
i
k
l
n
o
p
q
r
s
t
u
v
+
Enumerations
a
b
c
d
f
i
k
l
n
p
q
r
s
t
u
+
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
c
d
e
i
k
l
m
n
p
r
s
u
w
+
Related Functions
b
c
d
e
f
g
i
k
l
m
n
o
p
s
v
+
Files
File List
+
File Members
+
All
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
f
g
i
k
l
n
p
r
s
t
u
Typedefs
+
Macros
d
e
f
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
link-type-helper.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#include "
link-type-helper.hpp
"
23
#include "ndn-cxx-config.hpp"
24
25
#ifdef NDN_CXX_HAVE_OSX_FRAMEWORKS
26
// implemented in link-type-helper-osx.mm
27
#else
28
29
namespace
ndn
{
30
namespace
net
{
31
namespace
detail {
32
33
ndn::nfd::LinkType
34
getLinkType
(
const
std::string& ifName)
35
{
36
return
nfd::LINK_TYPE_NONE
;
37
}
38
39
}
// namespace detail
40
}
// namespace net
41
}
// namespace ndn
42
43
#endif // NDN_CXX_HAVE_OSX_FRAMEWORKS
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::nfd::LinkType
LinkType
Definition:
nfd-constants.hpp:57
ndn::nfd::LINK_TYPE_NONE
Definition:
nfd-constants.hpp:58
link-type-helper.hpp
ndn::net::detail::getLinkType
ndn::nfd::LinkType getLinkType(const std::string &ifName)
Obtain information about WiFi link type.
Definition:
link-type-helper.cpp:34
ndn::net
Definition:
link-type-helper.cpp:30
ndnSIM
ndn-cxx
src
net
detail
link-type-helper.cpp
Generated on Sun Feb 25 2018 13:27:05 for ndnSIM by
1.8.14