NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::util::NotificationStream< Notification > Class Template Reference

provides a publisher of Notification Stream More...

#include <notification-stream.hpp>

Inheritance diagram for ndn::util::NotificationStream< Notification >:
Collaboration diagram for ndn::util::NotificationStream< Notification >:

Public Member Functions

 NotificationStream (Face &face, const Name &prefix, KeyChain &keyChain)
 
virtual ~NotificationStream ()=default
 
void postNotification (const Notification &notification)
 

Public Attributes

 WireEncodable< Notification >
 

Detailed Description

template<typename Notification>
class ndn::util::NotificationStream< Notification >

provides a publisher of Notification Stream

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

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

Constructor & Destructor Documentation

◆ NotificationStream()

template<typename Notification >
ndn::util::NotificationStream< Notification >::NotificationStream ( Face face,
const Name prefix,
KeyChain keyChain 
)
inline

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

◆ ~NotificationStream()

template<typename Notification >
virtual ndn::util::NotificationStream< Notification >::~NotificationStream ( )
virtualdefault

Member Function Documentation

◆ postNotification()

template<typename Notification >
void ndn::util::NotificationStream< Notification >::postNotification ( const Notification &  notification)
inline

Member Data Documentation

◆ WireEncodable< Notification >

template<typename Notification >
ndn::util::NotificationStream< Notification >::WireEncodable< Notification >

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


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