From 06ff34eaa9e147b11d2698308fa91a5260fee2d2 Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Mon, 24 Oct 2016 10:25:05 -0700 Subject: gr-usrptest: init OOT --- tools/gr-usrptest/docs/README.usrptest | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/gr-usrptest/docs/README.usrptest (limited to 'tools/gr-usrptest/docs/README.usrptest') diff --git a/tools/gr-usrptest/docs/README.usrptest b/tools/gr-usrptest/docs/README.usrptest new file mode 100644 index 000000000..512e3334b --- /dev/null +++ b/tools/gr-usrptest/docs/README.usrptest @@ -0,0 +1,11 @@ +This is the usrptest-write-a-block package meant as a guide to building +out-of-tree packages. To use the usrptest blocks, the Python namespaces +is in 'usrptest', which is imported as: + + import usrptest + +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(usrptest) -- cgit v1.2.3