23 #ifndef INCLUDED_IIO_ATTR_SOURCE_H 24 #define INCLUDED_IIO_ATTR_SOURCE_H 27 #include <gnuradio/sync_block.h> 40 typedef std::shared_ptr<attr_source>
sptr;
50 static sptr make(
const std::string &uri,
const std::string &device,
const std::string &channel,
51 const std::string &attribute,
int update_interval_ms,
int samples_per_update,
52 int data_type,
int attr_type,
bool output, uint32_t address,
bool required_enable);
#define IIO_API
Definition: api.h:19
std::shared_ptr< attr_source > sptr
Definition: attr_source.h:40
Definition: attr_sink.h:29
<+description of block+>
Definition: attr_source.h:37