summaryrefslogtreecommitdiff
path: root/docs/doxygen/other/msg_passing.dox
diff options
context:
space:
mode:
authorTom Rondeau2012-12-18 15:31:20 -0500
committerTom Rondeau2012-12-18 15:31:20 -0500
commit6d8161a0b0c88f2faf090a80c74eb03422278289 (patch)
treee6d4b582c7c70d769d66317441b58ce3a49bacfe /docs/doxygen/other/msg_passing.dox
parent77ea309277382d198681476976bd353a2a98e908 (diff)
downloadgnuradio-6d8161a0b0c88f2faf090a80c74eb03422278289.tar.gz
gnuradio-6d8161a0b0c88f2faf090a80c74eb03422278289.tar.bz2
gnuradio-6d8161a0b0c88f2faf090a80c74eb03422278289.zip
docs: Restructuring main page to point to new pages describing features in GR.
Diffstat (limited to 'docs/doxygen/other/msg_passing.dox')
-rw-r--r--docs/doxygen/other/msg_passing.dox3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/doxygen/other/msg_passing.dox b/docs/doxygen/other/msg_passing.dox
index 564a71c4a..aea0ac94a 100644
--- a/docs/doxygen/other/msg_passing.dox
+++ b/docs/doxygen/other/msg_passing.dox
@@ -26,6 +26,9 @@ communicate back and forth between external applications and GNU
Radio. The new message passing interface handles these cases, although
it does so on an asynchronous basis.
+The message passing interface heavily relies on Polymorphic Types
+(PMTs) in GNU Radio. For further information about these data
+structures, see the page \ref page_pmt.
\section api Message Passing API