File: README.hpsdr

package info (click to toggle)
gr-hpsdr 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,132 kB
  • sloc: python: 9,405; cpp: 2,062; makefile: 12; ansic: 9
file content (11 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (2)
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)