Перейти к файлу
Christoph Mayer af5fee8707 changes for gnuradio > 3.8 2020-02-19 15:08:34 +01:00
apps intermediate 2018-10-24 20:17:58 +02:00
cmake update for gnuradio/master 2020-02-19 14:11:45 +01:00
docs update for gnuradio/master 2020-02-19 14:11:45 +01:00
examples changes for gnuradio > 3.8 2020-02-19 15:08:34 +01:00
grc changes for gnuradio > 3.8 2020-02-19 15:08:34 +01:00
include/digitalhf update for gnuradio/master 2020-02-19 14:11:45 +01:00
lib update for gnuradio/master 2020-02-19 14:11:45 +01:00
python fixed for python3 2020-02-19 15:07:50 +01:00
swig update for gnuradio/master 2020-02-19 14:11:45 +01:00
.gitattributes preparation for using git-lfs 2019-09-05 17:01:56 +02:00
.gitignore intermediate 2018-10-24 20:17:58 +02:00
CMakeLists.txt update for gnuradio/master 2020-02-19 14:11:45 +01:00
MANIFEST.md intermediate 2018-10-24 20:17:58 +02:00

docs/README.digitalhf

This is the digitalhf-write-a-block package meant as a guide to building
out-of-tree packages. To use the digitalhf blocks, the Python namespaces
is in 'digitalhf', which is imported as:

    import digitalhf

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(digitalhf)