23#ifndef INCLUDED_GR_UHD_AMSG_SOURCE_H
24#define INCLUDED_GR_UHD_AMSG_SOURCE_H
28#include <uhd/usrp/multi_usrp.hpp>
39 typedef boost::shared_ptr<amsg_source>
sptr;
boost::shared_ptr< message > sptr
Definition: message.h:42
boost::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:47
Definition: amsg_source.h:36
::uhd::async_metadata_t msg_to_async_metadata_t(const message::sptr msg)
virtual ~amsg_source()
Destructor.
Definition: amsg_source.h:48
boost::shared_ptr< amsg_source > sptr
Definition: amsg_source.h:39
#define GR_UHD_API
Definition: gr-uhd/include/gnuradio/uhd/api.h:30
static sptr make(const ::uhd::device_addr_t &device_addr, msg_queue::sptr msgq)
Make a new USRP asynchronous message-based source block.
static purpose_t msg
Definition: source_logger.h:39
Include this header to use the message passing features.
Definition: basic_block.h:45
Definition: usrp_sink.h:30