NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nfd::NotificationStream< FaceBase > Class Template Reference

provides a publisher of Notification Stream More...

#include <notification-stream.hpp>

Inheritance diagram for nfd::NotificationStream< FaceBase >:
Collaboration diagram for nfd::NotificationStream< FaceBase >:

Public Member Functions

 NotificationStream (FaceBase &face, const Name &prefix, ndn::KeyChain &keyChain)
 
virtual ~NotificationStream ()
 
template<typename T >
void postNotification (const T &notification)
 

Detailed Description

template<class FaceBase>
class nfd::NotificationStream< FaceBase >

provides a publisher of Notification Stream

See also
http://redmine.named-data.net/projects/nfd/wiki/Notification

Definition at line 40 of file notification-stream.hpp.

Constructor & Destructor Documentation

template<class FaceBase>
nfd::NotificationStream< FaceBase >::NotificationStream ( FaceBase &  face,
const Name &  prefix,
ndn::KeyChain &  keyChain 
)
inline

Definition at line 43 of file notification-stream.hpp.

template<class FaceBase>
virtual nfd::NotificationStream< FaceBase >::~NotificationStream ( )
inlinevirtual

Definition at line 52 of file notification-stream.hpp.

Member Function Documentation

template<class FaceBase>
template<typename T >
void nfd::NotificationStream< FaceBase >::postNotification ( const T &  notification)
inline

Definition at line 57 of file notification-stream.hpp.


The documentation for this class was generated from the following file: