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.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
28
#ifndef NDN_MGMT_NFD_FACE_MONITOR_HPP
29
#define NDN_MGMT_NFD_FACE_MONITOR_HPP
30
31
#include "../../util/notification-subscriber.hpp"
32
#include "
face-event-notification.hpp
"
33
34
namespace
ndn
{
35
namespace
nfd
{
36
40
class
FaceMonitor
:
public
util::NotificationSubscriber
<FaceEventNotification>
41
{
42
public
:
43
explicit
44
FaceMonitor
(
Face
&
face
);
45
};
46
47
}
// namespace nfd
48
}
// namespace ndn
49
50
#endif // NDN_MGMT_NFD_FACE_MONITOR_HPP
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::nfd::FaceMonitor
A subscriber for Face status change notification stream.
Definition:
face-monitor.hpp:40
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
ndn::util::NotificationSubscriber
provides a subscriber of Notification Stream
Definition:
notification-subscriber.hpp:149
face-event-notification.hpp
ndnSIM
ndn-cxx
src
mgmt
nfd
face-monitor.hpp
Generated on Thu Nov 2 2017 03:30:28 for ndnSIM by
1.8.11