diff options
Diffstat (limited to 'docs/doxygen/other/components.dox')
-rw-r--r-- | docs/doxygen/other/components.dox | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/doxygen/other/components.dox b/docs/doxygen/other/components.dox new file mode 100644 index 0000000000..1e98beb6f2 --- /dev/null +++ b/docs/doxygen/other/components.dox @@ -0,0 +1,34 @@ +/*! \page page_components Components + +\section components_blocks GNU Radio Blocks + +GNU Radio uses discrete signal processing blocks that are connected +together to perform your signal processing application. This manual +contain a list of all GNU Radio <a href="modules.html"><b>C++ Blocks</b></a>, +sorted by category. + +Please note that at this time, we haven't found an acceptable way to +provide unified documentation for the C++ parts of the system and the +parts written in Python (mostly hierarchical blocks). Until this gets +worked out, please bear with us, or better yet, solve it for us! + +\section components_list In-tree components + +All our in-tree components have their own top-level documentation: + +\li \subpage page_analog +\li \subpage page_audio +\li \subpage page_blocks +\li \subpage page_channels +\li \subpage page_ctrlport +\li \subpage page_digital +\li \subpage page_fcd +\li \subpage page_fec +\li \subpage page_fft +\li \subpage page_filter +\li \subpage page_qtgui +\li \subpage page_uhd +\li \subpage page_vocoder +\li \subpage page_zeromq + +*/ |