23 #ifndef INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_BB_TS_H
24 #define INCLUDED_DIGITAL_CORRELATE_ACCESS_CODE_BB_TS_H
56 typedef boost::shared_ptr<correlate_access_code_bb_ts>
sptr;
64 static sptr make(
const std::string &access_code,
66 const std::string &tag_name);
72 virtual bool set_access_code(
const std::string &access_code) = 0;
73 virtual unsigned long long access_code()
const = 0;
boost::shared_ptr< correlate_access_code_bb_ts > sptr
Definition: correlate_access_code_bb_ts.h:56
Examine input for specified access code, one bit at a time.
Definition: correlate_access_code_bb_ts.h:52
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
Include this header to use the message passing features.
Definition: logger.h:131
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60