NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
h
i
k
l
n
o
p
q
r
s
t
u
v
+
Enumerations
a
b
c
d
f
i
k
l
n
p
q
r
s
t
u
+
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
+
Enumerator
a
c
d
e
i
k
l
m
n
p
r
s
u
w
+
Related Functions
b
c
d
e
f
g
i
k
l
m
n
o
p
s
v
+
Files
File List
+
File Members
+
All
a
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
+
Functions
c
f
h
m
r
s
u
w
+
Variables
a
c
d
f
g
i
k
l
n
p
r
s
t
u
Typedefs
+
Macros
d
e
f
i
l
m
n
p
r
s
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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:90
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 Sun Feb 25 2018 13:27:05 for ndnSIM by
1.8.14