23 #ifndef INCLUDED_BLOCKS_FLOAT_TO_CHAR_H
24 #define INCLUDED_BLOCKS_FLOAT_TO_CHAR_H
46 static sptr make(
size_t vlen=1,
float scale=1.0);
51 virtual float scale()
const = 0;
56 virtual void set_scale(
float scale) = 0;
Convert stream of floats to a stream of char.
Definition: float_to_char.h:39
Definition: gr_sync_block.h:27
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
#define BLOCKS_API
Definition: gr-blocks/include/blocks/api.h:30
boost::shared_ptr< float_to_char > sptr
Definition: float_to_char.h:44