Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cuckoo_extended_fingerprint_t Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ bucketA

cuckoo_index_t cuckoo_extended_fingerprint_t::bucketA

◆ bucketB

cuckoo_index_t cuckoo_extended_fingerprint_t::bucketB

◆ fingerprint

cuckoo_fingerprint_t cuckoo_extended_fingerprint_t::fingerprint

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