 |
GNU Radio Manual and C++ API Reference
3.10.3.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
10 #ifndef INCLUDED_IIO_ATTR_SINK_IMPL_H
11 #define INCLUDED_IIO_ATTR_SINK_IMPL_H
38 const std::string& device,
39 const std::string& channel,
Definition: attr_sink_impl.h:23
Generic writer for attributes of IIO devices.
Definition: attr_sink.h:32
iio_channel * chan
Definition: attr_sink_impl.h:34
const GR_RUNTIME_API pmt::pmt_t pdu()
std::shared_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting).
Definition: pmt.h:83
iio_device * dev
Definition: attr_sink_impl.h:33
attr_sink_impl(const std::string &uri, const std::string &device, const std::string &channel, attr_type_t type, bool output)
GNU Radio logging wrapper.
Definition: basic_block.h:29
iio_context * ctx
Definition: attr_sink_impl.h:32
void write_attribute(pmt::pmt_t pdu)
attr_type_t
Definition: iio_types.h:23