22 #ifndef INCLUDED_GR_THROTTLE_H
23 #define INCLUDED_GR_THROTTLE_H
45 virtual void set_sample_rate(
double rate) = 0;
Definition: gr_sync_block.h:27
boost::shared_ptr< gr_throttle > sptr
Definition: gr_throttle.h:42
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define GR_CORE_API
Definition: gr_core_api.h:30
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
Definition: gr_throttle.h:39
GR_CORE_API gr_throttle::sptr gr_make_throttle(size_t itemsize, double samples_per_sec)