summaryrefslogtreecommitdiff
path: root/grc/python/Platform.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: added new IO typesJosh Blum2011-10-121-14/+1
| | | | | | | | | | 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-1/+1
|
* grc: define __doc__ for license in case its optimized out (that was easy)Josh Blum2011-04-141-1/+1
|
* grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum2011-03-011-1/+1
| | | | | Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)
* updated wiki urlJosh Blum2010-02-241-2/+2
|
* 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.
* Removed Source and Sink classes as Port subclasses.Josh Blum2009-08-171-3/+2
| | | | A port can be a source or a sink based on the dir parameter.
* apply diff from previous commitsJosh Blum2009-08-101-1/+2
|
* make use of gr.version()jblum2009-07-111-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11420 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+81
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