File: README.hpsdr

package info (click to toggle)
gr-hpsdr 0.0.0.bb77f3c-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 956 kB
  • ctags: 2,557
  • sloc: python: 9,471; cpp: 1,982; xml: 461; makefile: 12; ansic: 9
file content (11 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
This is the hpsdr-write-a-block package meant as a guide to building
out-of-tree packages. To use the hpsdr blocks, the Python namespaces
is in 'hpsdr', which is imported as:

    import hpsdr

See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using: 

    help(hpsdr)