deep-tempest/gr-tempest/docs
FlUxIuS 87c0ec8577
Fixing bindings
2024-07-18 23:34:17 +02:00
..
doxygen Fixing bindings 2024-07-18 23:34:17 +02:00
CMakeLists.txt Readapting the project from GNU Radio 3.8 to 3.10 2024-07-18 17:32:55 +02:00
README.tempest Fix: gr-tempest submodule problem 2022-12-21 21:11:55 -03:00

README.tempest

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

    import tempest

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