23#ifndef INCLUDED_HNCHIIO_MATH_H
24#define INCLUDED_HNCHIIO_MATH_H
27#include <gnuradio/hier_block2.h>
34 typedef std::shared_ptr<iio_math>
sptr;
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
static sptr make(double sampling_freq, double wav_freq, const std::string &function)
std::shared_ptr< iio_math_gen > sptr
Definition math.h:43
std::shared_ptr< iio_math > sptr
Definition math.h:34
static sptr make(const std::string &function, int ninputs=1)
Definition device_sink.h:36
Definition device_sink.h:35