NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
ndnSIM
ndn-cxx
src
net
detail
link-type-helper.cpp
Generated on Thu Nov 2 2017 03:30:28 for ndnSIM by
1.8.11