23 #ifndef INCLUDED_BLOCKS_PROBE_RATE_H 24 #define INCLUDED_BLOCKS_PROBE_RATE_H 40 typedef boost::shared_ptr<probe_rate>
sptr;
49 make(
size_t itemsize,
double update_rate_ms = 500.0,
double alpha = 0.0001);
51 virtual void set_alpha(
double alpha) = 0;
53 virtual double rate() = 0;
55 virtual bool start() = 0;
56 virtual bool stop() = 0;
boost::shared_ptr< probe_rate > sptr
Definition: probe_rate.h:40
throughput measurement
Definition: probe_rate.h:36
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:30
synchronous 1:1 input to output with historyOverride work to provide the signal processing implementa...
Definition: sync_block.h:37
BLOCKS_API size_t itemsize(vector_type type)