NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
channel.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
25
#include "
channel.hpp
"
26
27
namespace
nfd
{
28
29
Channel::~Channel
()
30
{
31
}
32
33
void
34
Channel::setUri
(
const
FaceUri
& uri)
35
{
36
m_uri = uri;
37
}
38
39
}
// namespace nfd
ndn::util::FaceUri
represents the underlying protocol and address used by a Face
Definition:
face-uri.hpp:44
channel.hpp
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:38
nfd::Channel::setUri
void setUri(const FaceUri &uri)
Definition:
channel.cpp:34
nfd::Channel::~Channel
virtual ~Channel()
Definition:
channel.cpp:29
ndnSIM
NFD
daemon
face
channel.cpp
Generated on Tue Feb 23 2016 22:18:44 for ndnSIM by
1.8.11