File: README.hpsdr

package info (click to toggle)
gr-hpsdr 3.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 928 kB
  • sloc: python: 10,014; cpp: 2,227; ansic: 26; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (3)
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)