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);
throughput measurement
Definition probe_rate.h:37
static sptr make(size_t itemsize, double update_rate_ms=500.0, double alpha=0.0001)
Make a throughput measurement block.
virtual bool stop()=0
Called to disable drivers, etc for i/o devices.
virtual void set_alpha(double alpha)=0
virtual bool start()=0
Called to enable drivers, etc for i/o devices.
boost::shared_ptr< probe_rate > sptr
Definition probe_rate.h:40
synchronous 1:1 input to output with history
Definition sync_block.h:38
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:30
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition basic_block.h:46