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