NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
link-type-helper.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22 #ifndef NDN_NET_DETAIL_LINK_TYPE_HELPER_HPP
23 #define NDN_NET_DETAIL_LINK_TYPE_HELPER_HPP
24 
25 #include "../../encoding/nfd-constants.hpp"
26 
27 namespace ndn {
28 namespace net {
29 namespace detail {
30 
35 getLinkType(const std::string& ifName);
36 
37 } // namespace detail
38 } // namespace net
39 } // namespace ndn
40 
41 #endif // NDN_NET_DETAIL_LINK_TYPE_HELPER_HPP
Copyright (c) 2011-2015 Regents of the University of California.
ndn::nfd::LinkType getLinkType(const std::string &ifName)
Obtain information about WiFi link type.