Files
GnuRadio/gr-jay/docs/README.jay
T
jens a87d2f154e - moved
git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@372 b431acfa-c32f-4a4a-93f1-934dc6c82436
2018-12-16 07:48:58 +00:00

12 lines
367 B
Plaintext

This is the jay-write-a-block package meant as a guide to building
out-of-tree packages. To use the jay blocks, the Python namespaces
is in 'jay', which is imported as:
import jay
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(jay)