summaryrefslogtreecommitdiff
path: root/grc/python/Port.py
Commit message (Collapse)AuthorAgeFilesLines
* core: gr_blocks can now have only message ports with no general_work()Tim O'Shea2012-11-301-1/+1
| | | | | | | | | | | | * msg only blocks now get thread context * added blocking msg queue delete call * added gr_message_strobe block * added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu. * allow message fan-in connections in GRC
* 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
| | | | | | | | | | 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-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
| | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module.
* 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
| | | | | Replaced odict in options for storing options with a list. Fix virtual port check in flow graph template.
* 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
| | | | | | Flow graph generation code working. Also, mod to fft window to use clean/nice Db/div.
* 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
| | | | | Tweaks to the base validation routines. Validate twice in the update until rewrite functions are implemented.
* Removed Source and Sink classes as Port subclasses.Josh Blum2009-08-171-22/+12
| | | | A port can be a source or a sink based on the dir parameter.
* added validation check for msg type ports, added copy method for ports to ↵Josh Blum2009-08-151-6/+13
| | | | cleanup nports code
* params, sources, and sinks now stored internally as lists. The keys for said ↵Josh Blum2009-08-141-6/+0
| | | | objects are now only stored in one place (in the object).
* 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
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