|
Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Representation of an object (O) in this filter comprises of a fingerprint (F) and a the bucket index (A) where this fingerprint is located. More...
#include <cs_CuckooFilterStructs.h>
Public Attributes | |
| cuckoo_fingerprint_t | fingerprint |
| cuckoo_index_t | bucketA |
| cuckoo_index_t | bucketB |
Representation of an object (O) in this filter comprises of a fingerprint (F) and a the bucket index (A) where this fingerprint is located.
Each object has an alternative location (B). Together (C):= (F,A,B) contains all the information that the filter retains about the original object (O). This data chunk (C) can be reused in several functions and thus got its own struct defintion.
| cuckoo_index_t cuckoo_extended_fingerprint_t::bucketA |
| cuckoo_index_t cuckoo_extended_fingerprint_t::bucketB |
| cuckoo_fingerprint_t cuckoo_extended_fingerprint_t::fingerprint |