diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-18 15:31:20 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-18 15:31:20 -0500 |
commit | 6d8161a0b0c88f2faf090a80c74eb03422278289 (patch) | |
tree | e6d4b582c7c70d769d66317441b58ce3a49bacfe /docs | |
parent | 77ea309277382d198681476976bd353a2a98e908 (diff) |
docs: Restructuring main page to point to new pages describing features in GR.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/other/main_page.dox | 6 | ||||
-rw-r--r-- | docs/doxygen/other/msg_passing.dox | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index 2826824647..abdc21b0c9 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -37,6 +37,12 @@ More details on packages in GNU Radio: \li \ref page_qtgui \li \ref page_uhd \li \ref page_vocoder + +More details on GNU Radio concepts: +\li \ref page_pmt +\li \ref page_msg_passing +\li \ref page_metadata +\li \ref volk_guide \li \ref page_pfb diff --git a/docs/doxygen/other/msg_passing.dox b/docs/doxygen/other/msg_passing.dox index 564a71c4ae..aea0ac94ae 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 |