 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_TAG_FF_H
24 #define INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_TAG_FF_H
50 typedef boost::shared_ptr<correlate_access_code_tag_ff>
sptr;
59 make(
const std::string& access_code,
int threshold,
const std::string& tag_name);
virtual bool set_access_code(const std::string &access_code)=0
virtual void set_threshold(int threshold)=0
synchronous 1:1 input to output with history
Definition: sync_block.h:38
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
boost::shared_ptr< correlate_access_code_tag_ff > sptr
Definition: correlate_access_code_tag_ff.h:50
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
Examine input for specified access code, one bit at a time.
Definition: correlate_access_code_tag_ff.h:47
virtual void set_tagname(const std::string &tagname)=0
static sptr make(const std::string &access_code, int threshold, const std::string &tag_name)