 |
GNU Radio Manual and C++ API Reference
3.8.2.0
The Free & Open Software Radio Ecosystem
|
|
Go to the documentation of this file.
23 #ifndef INCLUDED_GR_UHD_AMSG_SOURCE_H
24 #define INCLUDED_GR_UHD_AMSG_SOURCE_H
28 #include <uhd/usrp/multi_usrp.hpp>
33 class uhd_amsg_source;
39 typedef boost::shared_ptr<amsg_source>
sptr;
::uhd::async_metadata_t msg_to_async_metadata_t(const message::sptr msg)
boost::shared_ptr< msg_queue > sptr
Definition: msg_queue.h:47
virtual ~amsg_source()
Destructor.
Definition: amsg_source.h:48
boost::shared_ptr< amsg_source > sptr
Definition: amsg_source.h:39
boost::shared_ptr< message > sptr
Definition: message.h:42
Definition: amsg_source.h:36
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
#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.