11 #ifndef INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_BB_H
12 #define INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_BB_H
40 typedef std::shared_ptr<correlate_access_code_bb>
sptr;
49 static sptr make(
const std::string& access_code,
int threshold);
57 virtual bool set_access_code(
const std::string& access_code) = 0;
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
std::shared_ptr< correlate_access_code_bb > sptr
Definition: correlate_access_code_bb.h:40
Examine input for specified access code, one bit at a time.
Definition: correlate_access_code_bb.h:36
GNU Radio logging wrapper.
Definition: basic_block.h:29
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:25