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

Data content of the cuckoo filter. More...

#include <cs_CuckooFilterStructs.h>

Collaboration diagram for cuckoo_filter_data_t:

Public Attributes

cuckoo_index_t bucketCountLog2
 
cuckoo_index_t nestsPerBucket
 
cuckoo_extended_fingerprint_t victim
 
cuckoo_fingerprint_t bucketArray []
 

Detailed Description

Data content of the cuckoo filter.

Member Data Documentation

◆ bucketArray

cuckoo_fingerprint_t cuckoo_filter_data_t::bucketArray[]

◆ bucketCountLog2

cuckoo_index_t cuckoo_filter_data_t::bucketCountLog2

◆ nestsPerBucket

cuckoo_index_t cuckoo_filter_data_t::nestsPerBucket

◆ victim

cuckoo_extended_fingerprint_t cuckoo_filter_data_t::victim

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