GNURadio block for spectrum visualization using GPU https://osmocom.org/projects/sdr/wiki/Fosphor
Go to file
Sylvain Munaut defdd4aca6 gr-fosphor: Set default visibility to false
We're hidden by default.

For Qt we'll get an expose event the first time we're shown.
Needed because we might be hidden by default (like in a tab
chooser) and this would create problems if we consider ourselves
shown by default.

And for GLFW we consider ourself visible after the first reshape,
which is forced at init.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2020-01-31 23:46:54 +01:00
apps gr-fosphor/build: Update CMakeLists.txt copyright header 2019-12-08 15:22:38 +01:00
cmake gr-fosphor/build: Update all CMake files 2019-12-08 15:22:38 +01:00
docs gr-fosphor/build: Update CMakeLists.txt copyright header 2019-12-08 15:22:38 +01:00
grc gr-fosphor: Add 'freq' message port sending the frequency a user clicked 2020-01-31 23:46:54 +01:00
include/gnuradio/fosphor gr-fosphor: Add 'freq' message port sending the frequency a user clicked 2020-01-31 23:46:54 +01:00
lib gr-fosphor: Set default visibility to false 2020-01-31 23:46:54 +01:00
python gr-fosphor/build: Update all CMake files 2019-12-08 15:22:38 +01:00
swig gr-fosphor/build: Update all CMake files 2019-12-08 15:22:38 +01:00
AUTHORS Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
CMakeLists.txt gr-fosphor/build: Update all CMake files 2019-12-08 15:22:38 +01:00
COPYING Initial import of the GNURadio block 2013-10-13 22:02:56 +02:00
MANIFEST.md gr-fopshor: Add a MANIFEST for CGRAN 2015-04-02 22:59:40 +02:00

docs/README.fosphor

To use the fosphor blocks in Python, import it as :

    from gnuradio import fosphor

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