consumer.hpp File Reference
#include "PSync/common.hpp"
#include "PSync/detail/access-specifiers.hpp"
#include "PSync/detail/bloom-filter.hpp"
#include <ndn-cxx/face.hpp>
#include <ndn-cxx/util/random.hpp>
#include <ndn-cxx/util/scheduler.hpp>
#include <ndn-cxx/util/segment-fetcher.hpp>
#include <map>
+ Include dependency graph for consumer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  psync::Consumer
 Consumer logic to subscribe to producer's data. More...
 
struct  psync::Consumer::Options
 Constructor options. More...
 

Namespaces

 psync
 

Typedefs

using psync::ReceiveHelloCallback = std::function< void(const std::map< ndn::Name, uint64_t > &)>