summaryrefslogtreecommitdiff
path: root/grc/python/Port.py
AgeCommit message (Expand)Author
2013-03-31Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
2013-03-26grc: fixes problem with order of defining message ports vs. data ports.Tom Rondeau
2013-01-13gras: support changeset for 3.6.4Josh Blum
2012-11-30core: gr_blocks can now have only message ports with no general_work()Tim O'Shea
2012-05-31grc: restore virtual ports in grcJustin R. Cutler
2012-03-25grc: resolve down and up stream for empty typesJosh Blum
2011-10-19grc: tweaks for colors, added 64 int, vector darkenJosh Blum
2011-10-12grc: added new IO typesJosh Blum
2011-04-14grc: replaced asserts in python subdirectoryJosh Blum
2010-06-24grc: expanded nports ability to have multiple port duplicators per sideJosh Blum
2009-09-08use show signal to perform initial gui updateJosh Blum
2009-08-30Switched the python classes to inherit from the base and gui classes.Josh Blum
2009-08-30port and param types from an overloaded methodJosh Blum
2009-08-29Replaced TYPES in Port and Param with types parameter.Josh Blum
2009-08-28made is_virtual_xxx a block level function, used by port and param classesJosh Blum
2009-08-28avoid loopsJosh Blum
2009-08-28Recursive resolution of virtual sources.Josh Blum
2009-08-28added virtual source and added stream ids, logic to clone in portJosh Blum
2009-08-26added rewrite methods to element to separate from validation logicJosh Blum
2009-08-26Added virtual sink and logic to clone port.Josh Blum
2009-08-17Removed Source and Sink classes as Port subclasses.Josh Blum
2009-08-15added validation check for msg type ports, added copy method for ports to cle...Josh Blum
2009-08-14params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum
2009-08-13this time commit the file changesJosh Blum
2009-08-10apply diff from previous commitsJosh Blum
2009-06-23Merging r11186:11273 from grc branch.jblum