mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-27 04:15:16 +00:00
Added optional support for Sparkfun SiGe GN3S USB GPS RF sampler:
- Added a pre-compiled custom GN3S firmware. - Added a fully-compliant GNU Radio source block for GN3S USB dongle. It can be used also from GNU Radio companion and from Python applications. - Added a new GN3S_Signal_Source block. It is possible to disable the GN3S signal source compilation. See README. git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@217 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
7
drivers/gr-gn3s/docs/doxygen/other/group_defs.dox
Normal file
7
drivers/gr-gn3s/docs/doxygen/other/group_defs.dox
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* \defgroup block GNU Radio HOWTO C++ Signal Processing Blocks
|
||||
* \brief All C++ blocks that can be used from the HOWTO GNU Radio
|
||||
* module are listed here or in the subcategories below.
|
||||
*
|
||||
*/
|
||||
|
||||
10
drivers/gr-gn3s/docs/doxygen/other/main_page.dox
Normal file
10
drivers/gr-gn3s/docs/doxygen/other/main_page.dox
Normal file
@@ -0,0 +1,10 @@
|
||||
/*! \mainpage
|
||||
|
||||
Welcome to the GNU Radio HOWTO Block
|
||||
|
||||
This is the intro page for the Doxygen manual generated for the HOWTO
|
||||
block (docs/doxygen/other/main_page.dox). Edit it to add more detailed
|
||||
documentation about the new GNU Radio modules contained in this
|
||||
project.
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user