#include <gr_sync_block.h>
Go to the source code of this file.
Classes | |
class | gr_throttle |
throttle flow of samples such that the average rate does not exceed samples_per_sec.
input: one stream of itemsize; output: one stream of itemsize More... | |
Typedefs | |
typedef boost::shared_ptr < gr_throttle > | gr_throttle_sptr |
Functions | |
gr_throttle_sptr | gr_make_throttle (size_t itemsize, double samples_per_sec) |
typedef boost::shared_ptr<gr_throttle> gr_throttle_sptr |
gr_throttle_sptr gr_make_throttle | ( | size_t | itemsize, | |
double | samples_per_sec | |||
) |