diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-07-23 16:57:12 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-07-23 16:57:12 -0400 |
commit | dd7006e59d96e9961f243b2b17f468e6e1854bcc (patch) | |
tree | c7043216dba0349e6c124843d731002bc56e3ebf /docs/doxygen/other/usage.dox | |
parent | 3751ea9b2f07afe2e03aef6df561fe0a9effc377 (diff) | |
parent | a9c3d8ff3bc31117309004c16860d18f26369311 (diff) |
Merge remote-tracking branch 'mbant/docs/structure' into docs/structure
Diffstat (limited to 'docs/doxygen/other/usage.dox')
-rw-r--r-- | docs/doxygen/other/usage.dox | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/doxygen/other/usage.dox b/docs/doxygen/other/usage.dox new file mode 100644 index 0000000000..90c638e96d --- /dev/null +++ b/docs/doxygen/other/usage.dox @@ -0,0 +1,42 @@ +/*! \page page_usage Usage Manual + +Note: Once built, check out <a href="http://gnuradio.org" target="_blank">gnuradio.org</a> for +more tutorials on using the software system and examples. + +<b>Getting Started</b> + +\li \subpage build_guide - Installation notes, dependencies etc. +\li \subpage page_exploring_gnuradio +\li \subpage page_operating_fg + + +<b>Metadata and Messages</b> + +\li \subpage page_pmt +\li \subpage page_metadata +\li \subpage page_msg_passing +\li \subpage page_stream_tags +\li \subpage page_tagged_stream_blocks + +<b>Advanced Development Topics</b> + +\li \subpage page_logger +\li \subpage page_perf_counters +\li \subpage page_affinity +\li \subpage page_prefs + +<b>Signal Processing and Digital Communications</b> + +\li \subpage page_pfb +\li \subpage page_ofdm +\li \subpage page_packet_data + +<b>Out-of-tree Modules</b> + +\li \subpage page_oot_config + +<b>VOLK</b> + +\li \subpage volk_guide - How to incorporate and use VOLK in GNU Radio blocks + +*/ |