28#ifndef INCLUDED_BAZ_TEST_COUNTER_CC_H
29#define INCLUDED_BAZ_TEST_COUNTER_CC_H
31#include <gnuradio/sync_block.h>
46typedef boost::shared_ptr<baz_test_counter_cc> baz_test_counter_cc_sptr;
73 unsigned short d_counter;
78 int work (
int noutput_items,
79 gr_vector_const_void_star &input_items,
80 gr_vector_void_star &output_items);
#define BAZ_API
Definition: api.h:19
BAZ_API baz_test_counter_cc_sptr baz_make_test_counter_cc()
Return a shared_ptr to a new instance of baz_test_counter_cc.
class BAZ_API baz_test_counter_cc
Definition: baz_test_counter_cc.h:33
square2 a stream of floats.
Definition: baz_test_counter_cc.h:64
friend BAZ_API baz_test_counter_cc_sptr baz_make_test_counter_cc()
Return a shared_ptr to a new instance of baz_test_counter_cc.
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)