Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc-refactor: move grc.base to grc.python.base | Sebastian Koslowski | 2016-02-17 | 1 | -7/+7 |
| | |||||
* | grc: fix connection validation and error state display | Sebastian Koslowski | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | grc: make Generator use gr_message domain | Sebastian Koslowski | 2014-12-05 | 1 | -4/+0 |
| | |||||
* | grc: add gr_message domain | Sebastian Koslowski | 2014-12-05 | 1 | -2/+2 |
| | |||||
* | grc: add domain attribute to ports | Sebastian Koslowski | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -24/+23 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 1 | -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 names | Tim O'Shea | 2012-11-29 | 1 | -0/+3 |
| | |||||
* | grc: added new IO types | Josh Blum | 2011-10-12 | 1 | -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 subdirectory | Josh Blum | 2011-04-14 | 1 | -3/+3 |
| | |||||
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 1 | -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 Blum | 2009-08-28 | 1 | -1/+1 |
| | | | | | | Flow graph generation code working. Also, mod to fft window to use clean/nice Db/div. | ||||
* | this time commit the file changes | Josh Blum | 2009-08-13 | 1 | -0/+3 |
| | |||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -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 |