summaryrefslogtreecommitdiff
path: root/gr-uhd/include
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-01-27 14:01:21 -0800
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-01-27 14:01:21 -0800
commit89d8421f00af503cd5805bc240f044a1d4431315 (patch)
treede8e8a5727c8bbd05b2d381b16379d918efa694d /gr-uhd/include
parentf87aef68a654d665ff1a773647dc1d5c9c5c9786 (diff)
parent29aa72d4499361e661886dbfe7833bcc2c6f3746 (diff)
Merge branch 'master' into next
Diffstat (limited to 'gr-uhd/include')
-rw-r--r--gr-uhd/include/gr_uhd_amsg_source.h7
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 */