diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-01-27 14:01:21 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-01-27 14:01:21 -0800 |
commit | 89d8421f00af503cd5805bc240f044a1d4431315 (patch) | |
tree | de8e8a5727c8bbd05b2d381b16379d918efa694d /gr-uhd/include | |
parent | f87aef68a654d665ff1a773647dc1d5c9c5c9786 (diff) | |
parent | 29aa72d4499361e661886dbfe7833bcc2c6f3746 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd/include')
-rw-r--r-- | gr-uhd/include/gr_uhd_amsg_source.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gr-uhd/include/gr_uhd_amsg_source.h b/gr-uhd/include/gr_uhd_amsg_source.h index accf15ce28..3c1b59fa73 100644 --- a/gr-uhd/include/gr_uhd_amsg_source.h +++ b/gr-uhd/include/gr_uhd_amsg_source.h @@ -38,6 +38,13 @@ GR_UHD_API boost::shared_ptr<uhd_amsg_source> uhd_make_amsg_source( ); class GR_UHD_API uhd_amsg_source{ +public: + /*! + * Convert a raw asynchronous message to an asynchronous metatdata object. + * \return The asynchronous metadata object. + */ + static uhd::async_metadata_t msg_to_async_metadata_t(const gr_message_sptr msg); + }; #endif /* INCLUDED_GR_UHD_AMSG_SOURCE_H */ |