11#ifndef INCLUDED_BLOCKS_COMPLEX_TO_INTERLEAVED_SHORT_H 
   12#define INCLUDED_BLOCKS_COMPLEX_TO_INTERLEAVED_SHORT_H 
   37    typedef std::shared_ptr<complex_to_interleaved_short> 
sptr;
 
   42    static sptr make(
bool vector = 
false, 
float scale_factor = 1.0f);
 
 
Convert stream of complex to a stream of interleaved shorts.
Definition complex_to_interleaved_short.h:34
virtual void set_scale_factor(float new_value)=0
std::shared_ptr< complex_to_interleaved_short > sptr
Definition complex_to_interleaved_short.h:37
static sptr make(bool vector=false, float scale_factor=1.0f)
sync_interpolator(void)
Definition sync_interpolator.h:31
#define BLOCKS_API
Definition gr-blocks/include/gnuradio/blocks/api.h:18
GNU Radio logging wrapper.
Definition basic_block.h:29