23#ifndef INCLUDED_GR_TEST_TAG_VARIABLE_RATE_FF_H
24#define INCLUDED_GR_TEST_TAG_VARIABLE_RATE_FF_H
62 typedef boost::shared_ptr<test_tag_variable_rate_ff>
sptr;
72 static sptr make(
bool update_once =
false,
double update_step = 0.001);
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Used for testing tag propagation.
Definition: test_tag_variable_rate_ff.h:59
static sptr make(bool update_once=false, double update_step=0.001)
boost::shared_ptr< test_tag_variable_rate_ff > sptr
Definition: test_tag_variable_rate_ff.h:62
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45