NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
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 
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
Copyright (c) 2011-2015 Regents of the University of California.
ndn::nfd::LinkType getLinkType(const std::string &ifName)
Obtain information about WiFi link type.