ndn-cxx: NDN C++ library with eXperimental eXtensions 0.6.0 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) 2013-2017 Regents of the University of California.
Definition:
common.hpp:66
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
ndn::Face
Provide a communication channel with local or remote NDN forwarder.
Definition:
face.hpp:95
src
mgmt
nfd
face-monitor.cpp
Generated on Mon Oct 16 2017 13:31:25 for ndn-cxx: NDN C++ library with eXperimental eXtensions by
1.8.11