NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
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 
30 {
31 }
32 
33 void
35 {
36  m_uri = uri;
37 }
38 
39 } // namespace nfd
represents the underlying protocol and address used by a Face
Definition: face-uri.hpp:44
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:38
void setUri(const FaceUri &uri)
Definition: channel.cpp:34
virtual ~Channel()
Definition: channel.cpp:29