23 #ifndef INCLUDED_IIO_MATH_H 24 #define INCLUDED_IIO_MATH_H 27 #include <gnuradio/hier_block2.h> 34 typedef std::shared_ptr<iio_math>
sptr;
36 static sptr make(
const std::string &
function,
43 typedef std::shared_ptr<iio_math_gen>
sptr;
45 static sptr make(
double sampling_freq,
double wav_freq,
46 const std::string &
function);
#define IIO_API
Definition: api.h:19
std::shared_ptr< iio_math_gen > sptr
Definition: math.h:43
Definition: attr_sink.h:29
std::shared_ptr< iio_math > sptr
Definition: math.h:34