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;
58 static sptr make(
const std::string &access_code,
60 const std::string &tag_name);
66 virtual bool set_access_code(
const std::string &access_code) = 0;
67 virtual void set_threshold(
int threshold) = 0;
68 virtual void set_tagname(
const std::string &tagname) = 0;
Examine input for specified access code, one bit at a time.
Definition: correlate_access_code_tag_ff.h:46
#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
Include this header to use the message passing features.
Definition: basic_block.h:45
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37