Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: gr_blocks can now have only message ports with no general_work() | Tim O'Shea | 2012-11-30 | 1 | -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 grc | Justin R. Cutler | 2012-05-31 | 1 | -0/+4 |
| | |||||
* | grc: resolve down and up stream for empty types | Josh Blum | 2012-03-25 | 1 | -7/+50 |
| | |||||
* | grc: tweaks for colors, added 64 int, vector darken | Josh Blum | 2011-10-19 | 1 | -4/+6 |
| | |||||
* | grc: added new IO types | Josh Blum | 2011-10-12 | 1 | -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 subdirectory | Josh Blum | 2011-04-14 | 1 | -11/+10 |
| | |||||
* | grc: expanded nports ability to have multiple port duplicators per side | Josh Blum | 2010-06-24 | 1 | -0/+2 |
| | |||||
* | use show signal to perform initial gui update | Josh Blum | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 1 | -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 method | Josh Blum | 2009-08-30 | 1 | -5/+3 |
| | |||||
* | Replaced TYPES in Port and Param with types parameter. | Josh Blum | 2009-08-29 | 1 | -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 classes | Josh Blum | 2009-08-28 | 1 | -9/+7 |
| | |||||
* | avoid loops | Josh Blum | 2009-08-28 | 1 | -4/+13 |
| | |||||
* | Recursive resolution of virtual sources. | Josh Blum | 2009-08-28 | 1 | -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 port | Josh Blum | 2009-08-28 | 1 | -5/+15 |
| | |||||
* | added rewrite methods to element to separate from validation logic | Josh Blum | 2009-08-26 | 1 | -6/+8 |
| | |||||
* | Added virtual sink and logic to clone port. | Josh Blum | 2009-08-26 | 1 | -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 Blum | 2009-08-17 | 1 | -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 Blum | 2009-08-15 | 1 | -6/+13 |
| | | | | cleanup nports code | ||||
* | params, sources, and sinks now stored internally as lists. The keys for said ↵ | Josh Blum | 2009-08-14 | 1 | -6/+0 |
| | | | | objects are now only stored in one place (in the object). | ||||
* | this time commit the file changes | Josh Blum | 2009-08-13 | 1 | -7/+8 |
| | |||||
* | apply diff from previous commits | Josh Blum | 2009-08-10 | 1 | -16/+17 |
| | |||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -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 |