11 #ifndef INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_FF_TS_H
12 #define INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_FF_TS_H
44 typedef std::shared_ptr<correlate_access_code_ff_ts>
sptr;
53 make(
const std::string& access_code,
int threshold,
const std::string& tag_name);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Examine input for specified access code, one bit at a time.
Definition: correlate_access_code_ff_ts.h:41
static sptr make(const std::string &access_code, int threshold, const std::string &tag_name)
virtual unsigned long long access_code() const =0
std::shared_ptr< correlate_access_code_ff_ts > sptr
Definition: correlate_access_code_ff_ts.h:44
virtual bool set_access_code(const std::string &access_code)=0
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29