summaryrefslogtreecommitdiff
path: root/grc/python/Connection.py
Commit message (Collapse)AuthorAgeFilesLines
* grc-refactor: move grc.base to grc.python.baseSebastian Koslowski2016-02-171-7/+7
|
* grc: fix connection validation and error state displaySebastian Koslowski2015-01-131-1/+1
|
* grc: make Generator use gr_message domainSebastian Koslowski2014-12-051-4/+0
|
* grc: add gr_message domainSebastian Koslowski2014-12-051-2/+2
|
* grc: add domain attribute to portsSebastian Koslowski2014-12-021-1/+1
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-24/+23
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-1/+5
| | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports.
* core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-291-0/+3
|
* grc: added new IO typesJosh Blum2011-10-121-7/+8
| | | | | | | | | | Added all complex/real float/integer types. Used volk naming convention: fc32, etc... The port type checking now relies on IO size, therefore a short vector of length 2 can connect to a complex short, a float can connect to an int. Basically, the same size checking done in gnuradio runtime.
* grc: replaced asserts in python subdirectoryJosh Blum2011-04-141-3/+3
|
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-1/+6
| | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module.
* Recursive resolution of virtual sources.Josh Blum2009-08-281-1/+1
| | | | | | Flow graph generation code working. Also, mod to fft window to use clean/nice Db/div.
* this time commit the file changesJosh Blum2009-08-131-0/+3
|
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+34
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5