11#ifndef INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_TAG_BB_H 
   12#define INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_TAG_BB_H 
   37    typedef std::shared_ptr<correlate_access_code_tag_bb> 
sptr;
 
   46    make(
const std::string& access_code, 
int threshold, 
const std::string& tag_name);
 
 
Examine input for specified access code, one bit at a time.
Definition correlate_access_code_tag_bb.h:34
virtual void set_tagname(const std::string &tagname)=0
virtual bool set_access_code(const std::string &access_code)=0
virtual void set_threshold(int threshold)=0
static sptr make(const std::string &access_code, int threshold, const std::string &tag_name)
std::shared_ptr< correlate_access_code_tag_bb > sptr
Definition correlate_access_code_tag_bb.h:37
sync_block(void)
Definition sync_block.h:28
#define DIGITAL_API
Definition gr-digital/include/gnuradio/digital/api.h:18
Definition adaptive_algorithm.h:22
GNU Radio logging wrapper.
Definition basic_block.h:29