 |
GNU Radio Manual and C++ API Reference
3.10.5.1
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
12 #ifndef INCLUDED_GR_THROTTLE_H
13 #define INCLUDED_GR_THROTTLE_H
45 typedef std::shared_ptr<throttle>
sptr;
47 static sptr make(
size_t itemsize,
double samples_per_sec,
bool ignore_tags =
true);
50 virtual void set_sample_rate(
double rate) = 0;
#define BLOCKS_API
Definition: gr-blocks/include/gnuradio/blocks/api.h:18
GR_RUNTIME_API size_t itemsize(types::vector_type type)
synchronous 1:1 input to output with history
Definition: sync_block.h:25
std::shared_ptr< throttle > sptr
Definition: throttle.h:45
GNU Radio logging wrapper.
Definition: basic_block.h:29
throttle flow of samples such that the average rate does not exceed samples_per_sec.
Definition: throttle.h:42