23 #ifndef INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_TAG_BB_H 24 #define INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_TAG_BB_H 49 typedef boost::shared_ptr<correlate_access_code_tag_bb>
sptr;
58 make(
const std::string& access_code,
int threshold,
const std::string& tag_name);
64 virtual bool set_access_code(
const std::string& access_code) = 0;
65 virtual void set_threshold(
int threshold) = 0;
66 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_bb.h:45
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
boost::shared_ptr< correlate_access_code_tag_bb > sptr
Definition: correlate_access_code_tag_bb.h:49