#include <channel-status-publisher.hpp>


Public Types | |
| typedef std::map< std::string,  shared_ptr< ProtocolFactory > >  | FactoryMap | 
Public Member Functions | |
| ChannelStatusPublisher (const FactoryMap &factories, AppFace &face, const Name &prefix, ndn::KeyChain &keyChain) | |
| virtual | ~ChannelStatusPublisher () | 
  Public Member Functions inherited from nfd::SegmentPublisher< AppFace > | |
| SegmentPublisher (AppFace &face, const Name &prefix, ndn::KeyChain &keyChain) | |
| virtual | ~SegmentPublisher () | 
| void | publish () | 
Protected Member Functions | |
| virtual size_t | generate (ndn::EncodingBuffer &outBuffer) | 
| In a derived class, write the octets into outBuffer.  More... | |
Additional Inherited Members | |
  Static Public Member Functions inherited from nfd::SegmentPublisher< AppFace > | |
| static size_t | getMaxSegmentSize () | 
Definition at line 36 of file channel-status-publisher.hpp.
| typedef std::map< std::string, shared_ptr<ProtocolFactory> > nfd::ChannelStatusPublisher::FactoryMap | 
Definition at line 39 of file channel-status-publisher.hpp.
| nfd::ChannelStatusPublisher::ChannelStatusPublisher | ( | const FactoryMap & | factories, | 
| AppFace & | face, | ||
| const Name & | prefix, | ||
| ndn::KeyChain & | keyChain | ||
| ) | 
Definition at line 39 of file channel-status-publisher.cpp.
      
  | 
  virtual | 
Definition at line 50 of file channel-status-publisher.cpp.
      
  | 
  protectedvirtual | 
In a derived class, write the octets into outBuffer.
Implements nfd::SegmentPublisher< AppFace >.
Definition at line 56 of file channel-status-publisher.cpp.