summaryrefslogtreecommitdiff
path: root/grc/python/Port.py
Commit message (Expand)AuthorAgeFilesLines
* core: gr_blocks can now have only message ports with no general_work()Tim O'Shea2012-11-301-1/+1
* grc: restore virtual ports in grcJustin R. Cutler2012-05-311-0/+4
* grc: resolve down and up stream for empty typesJosh Blum2012-03-251-7/+50
* grc: tweaks for colors, added 64 int, vector darkenJosh Blum2011-10-191-4/+6
* grc: added new IO typesJosh Blum2011-10-121-17/+11
* grc: replaced asserts in python subdirectoryJosh Blum2011-04-141-11/+10
* grc: expanded nports ability to have multiple port duplicators per sideJosh Blum2010-06-241-0/+2
* use show signal to perform initial gui updateJosh Blum2009-09-081-1/+1
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-1/+3
* port and param types from an overloaded methodJosh Blum2009-08-301-5/+3
* Replaced TYPES in Port and Param with types parameter.Josh Blum2009-08-291-4/+5
* made is_virtual_xxx a block level function, used by port and param classesJosh Blum2009-08-281-9/+7
* avoid loopsJosh Blum2009-08-281-4/+13
* Recursive resolution of virtual sources.Josh Blum2009-08-281-15/+30
* added virtual source and added stream ids, logic to clone in portJosh Blum2009-08-281-5/+15
* added rewrite methods to element to separate from validation logicJosh Blum2009-08-261-6/+8
* Added virtual sink and logic to clone port.Josh Blum2009-08-261-0/+14
* Removed Source and Sink classes as Port subclasses.Josh Blum2009-08-171-22/+12
* added validation check for msg type ports, added copy method for ports to cle...Josh Blum2009-08-151-6/+13
* params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum2009-08-141-6/+0
* this time commit the file changesJosh Blum2009-08-131-7/+8
* apply diff from previous commitsJosh Blum2009-08-101-16/+17
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+129