This is the complete list of members for psync::Consumer, including all inherited members.
addSubscription(const ndn::Name &prefix, uint64_t seqNo, bool callSyncDataCb=true) | psync::Consumer | |
Consumer(ndn::Face &face, const ndn::Name &syncPrefix, const Options &opts) | psync::Consumer | |
Consumer(const ndn::Name &syncPrefix, ndn::Face &face, const ReceiveHelloCallback &onReceiveHelloData, const UpdateCallback &onUpdate, unsigned int count, double falsePositive=0.001, ndn::time::milliseconds helloInterestLifetime=HELLO_INTEREST_LIFETIME, ndn::time::milliseconds syncInterestLifetime=SYNC_INTEREST_LIFETIME) | psync::Consumer | |
getSeqNo(const ndn::Name &prefix) const | psync::Consumer | inline |
getSubscriptionList() const | psync::Consumer | inline |
isSubscribed(const ndn::Name &prefix) const | psync::Consumer | inline |
removeSubscription(const ndn::Name &prefix) | psync::Consumer | |
sendHelloInterest() | psync::Consumer | |
sendSyncInterest() | psync::Consumer | |
stop() | psync::Consumer |