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
face-monitor.cpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
28
#include "
face-monitor.hpp
"
29
30
namespace
ndn
{
31
namespace
nfd
{
32
33
FaceMonitor::FaceMonitor
(
Face
&
face
)
34
: NotificationSubscriber<
FaceEventNotification
>(face,
"ndn:/localhost/nfd/faces/events"
)
35
{
36
}
37
38
}
// namespace nfd
39
}
// namespace ndn
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
face-monitor.hpp
ndn::nfd::FaceEventNotification
represents a Face status change notification
Definition:
face-event-notification.hpp:35
ndn::nfd::FaceMonitor::FaceMonitor
FaceMonitor(Face &face)
Definition:
face-monitor.cpp:33
nfd
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-common.hpp:40
ndn::Face
Provide a communication channel with local or remote NDN forwarder.
Definition:
face.hpp:95
face
ndnSIM
ndn-cxx
src
mgmt
nfd
face-monitor.cpp
Generated on Thu Nov 2 2017 03:30:28 for ndnSIM by
1.8.11