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
ndnSIM
ndnSIM documentation
All Attributes
All GlobalValues
All LogComponents
All TraceSources
Todo List
Deprecated List
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
internal-face.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26
#ifndef NFD_DAEMON_FACE_INTERNAL_FACE_HPP
27
#define NFD_DAEMON_FACE_INTERNAL_FACE_HPP
28
29
#include "
face.hpp
"
30
#include <ndn-cxx/face.hpp>
31
32
namespace
nfd
{
33
namespace
face
{
34
45
std::tuple<shared_ptr<Face>, shared_ptr<ndn::Face>>
46
makeInternalFace
(
ndn::KeyChain
& clientKeyChain);
47
48
}
// namespace face
49
}
// namespace nfd
50
51
#endif // NFD_DAEMON_FACE_INTERNAL_FACE_HPP
face.hpp
nfd::face::makeInternalFace
std::tuple< shared_ptr< Face >, shared_ptr< ndn::Face > > makeInternalFace(ndn::KeyChain &clientKeyChain)
make a pair of forwarder-side face and client-side face that are connected with each other ...
Definition:
internal-face.cpp:35
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
face
ndn::security::v2::KeyChain
ndn security v2 KeyChain
Definition:
key-chain.cpp:76
ndnSIM
NFD
daemon
face
internal-face.hpp
Generated on Thu Nov 2 2017 03:30:29 for ndnSIM by
1.8.11