GNU Radio Manual and C++ API Reference  3.7.4.1
The Free & Open Software Radio Ecosystem
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gr::uhd::amsg_source Class Reference

#include <gnuradio/uhd/amsg_source.h>

Public Types

typedef boost::shared_ptr
< amsg_source
sptr
 

Public Member Functions

virtual ~amsg_source ()
 Destructor. More...
 

Static Public Member Functions

static sptr make (const ::uhd::device_addr_t &device_addr, msg_queue::sptr msgq)
 Make a new USRP asynchronous message-based source block. More...
 
::uhd::async_metadata_t msg_to_async_metadata_t (const message::sptr msg)
 

Member Typedef Documentation

Constructor & Destructor Documentation

virtual gr::uhd::amsg_source::~amsg_source ( )
inlinevirtual

Destructor.

This must be explicitly defined because there is no block inheritance for this class, and thus no virtual destructor pulled into the class hierarchy for sub-classes.

Member Function Documentation

::uhd::async_metadata_t gr::uhd::amsg_source::msg_to_async_metadata_t ( const message::sptr  msg)
static

Convert a raw asynchronous message to an asynchronous metatdata object.

Returns
The asynchronous metadata object.

The documentation for this class was generated from the following file: