NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
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 
34  : NotificationSubscriber<FaceEventNotification>(face, "ndn:/localhost/nfd/faces/events")
35 {
36 }
37 
38 } // namespace nfd
39 } // namespace ndn
Copyright (c) 2011-2015 Regents of the University of California.
represents a Face status change notification
Copyright (c) 2011-2015 Regents of the University of California.
Definition: ndn-common.hpp:40
Provide a communication channel with local or remote NDN forwarder.
Definition: face.hpp:90