summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio/ctrlport/monitor.py
Commit message (Collapse)AuthorAgeFilesLines
* runtime: pep8 formattingJosh Morman2021-11-241-9/+18
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-2/+0
| | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* ctrlport monitors: fix config checkBastian Bloessl2019-06-191-2/+2
|
* ctrlport: monitor error handlingBastian Bloessl2019-06-191-3/+3
|
* ctrport-monitor: fix error handlingBastian Bloessl2019-06-191-10/+6
|
* runtime: port ctrlport monitor to 3.8 and qt5Bastian Bloessl2019-06-191-4/+2
|
* gr-runtime: Improve exception handling in ControlPort MonitorBrennan Ashton2018-11-151-10/+7
|
* Fix invalid escape sequences.Clayton Smith2018-11-011-2/+2
|
* python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-9/+12
|
* controlport: more cleanup and conveniencesTom Rondeau2015-04-021-1/+1
|
* controlport: adding performance and controlport monitor GRC blocks.Tom Rondeau2015-04-021-3/+3
| | | | | Updated thrift server conf to set an endpoint -- need to get host address instead of hardcoding to 127.0.0.1.
* grc: added special variable objects to represent constellations.Tom Rondeau2013-07-161-1/+1
| | | | | | | | "Constellation Object": represents the 'calcdist' version, which is generic but uses Euclidean distance to make decisions. "Constellation Rect. Object": special rectangular constellation with a simpler decision calculation. digital: also updated documentation for constellation classes.
* adding a grc block for launch performance monitorxTim O'Shea2013-04-011-3/+16
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-0/+59