8#ifndef INCLUDED_M2K_ANALOG_OUT_CONVERTER_H
9#define INCLUDED_M2K_ANALOG_OUT_CONVERTER_H
12#include <gnuradio/sync_block.h>
13#include <libm2k/m2k.hpp>
27 typedef std::shared_ptr <analog_out_converter>
sptr;
#define M2K_API
Definition api.h:19
Raw DAC samples converter.
Definition analog_out_converter.h:25
std::shared_ptr< analog_out_converter > sptr
Definition analog_out_converter.h:27
static sptr make_from(libm2k::context::M2k *context)
static sptr make(const std::string &uri)
Return a shared_ptr to a new instance of m2k::analog_out_converter.
Definition adf4350_sink.h:15
Definition adf4350_sink.h:14