GNU Radio 3.7.2.1 C++ API
gr::uhd::amsg_source Class Reference

#include <amsg_source.h>

List of all members.

Public Types

typedef boost::shared_ptr
< amsg_source
sptr

Public Member Functions

virtual ~amsg_source ()
 Destructor.

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.
::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: