summaryrefslogtreecommitdiff
path: root/grc/python/Block.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-192/+184
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-3/+28
| | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports.
* docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-141-7/+19
|
* grc: replaced doxygen extracted docs with python docstringsJosh Blum2011-11-171-3/+0
|
* grc: added throttle tag to blocks that throttleJosh Blum2011-10-191-0/+3
|
* grc: append index to duplicated portsJosh Blum2011-10-121-4/+10
|
* grc: one line fix to fix port duplicator when removing portsJosh Blum2011-09-221-1/+1
| | | | was an issue when removing more than one port
* grc: replaced asserts in python subdirectoryJosh Blum2011-04-141-7/+6
|
* grc: expanded nports ability to have multiple port duplicators per sideJosh Blum2010-06-241-35/+39
|
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-1/+3
| | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module.
* made is_virtual_xxx a block level function, used by port and param classesJosh Blum2009-08-281-0/+3
|
* added rewrite methods to element to separate from validation logicJosh Blum2009-08-261-1/+6
|
* added validation check for msg type ports, added copy method for ports to ↵Josh Blum2009-08-151-12/+10
| | | | cleanup nports code
* params, sources, and sinks now stored internally as lists. The keys for said ↵Josh Blum2009-08-141-9/+11
| | | | objects are now only stored in one place (in the object).
* this time commit the file changesJosh Blum2009-08-131-0/+2
|
* Merged r11309:11357 from grc branch.jblum2009-07-061-2/+2
| | | | | | | | Adds notebook cabability to grc and its wxgui windows/controls. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5
* Added ability to extract category names from doxygen.jblum2009-06-291-0/+6
| | | | | | | | For now, this is commented out until the current block tree is overhauled. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11304 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+153
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