diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-08-15 10:48:39 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-08-15 10:48:39 -0700 |
commit | 4edaf1e7fc05df0628c05785d5ede285a64670b0 (patch) | |
tree | 93497b08306b3df6a9a36c4c5adb63c61b5d4f3e /grc/python/Platform.py | |
parent | a33d7c0df9dab57767c6b9376e6779a23217c1b9 (diff) | |
parent | 8e1a2c4ac1a43fd989c06856dae27b0c2559c6b3 (diff) |
Merged branch 'msgq' from http://gnuradio.org/git/jblum.git
This adds the ability to GRC to gave blocks with message ports.
Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
Diffstat (limited to 'grc/python/Platform.py')
-rw-r--r-- | grc/python/Platform.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/grc/python/Platform.py b/grc/python/Platform.py index f56e3fb2df..d55dbf4ce7 100644 --- a/grc/python/Platform.py +++ b/grc/python/Platform.py @@ -42,7 +42,8 @@ COLORS = (#title, #color spec ('Integer Vector', Constants.INT_VECTOR_COLOR_SPEC), ('Short Vector', Constants.SHORT_VECTOR_COLOR_SPEC), ('Byte Vector', Constants.BYTE_VECTOR_COLOR_SPEC), - ('Wildcard Type', Constants.WILDCARD_COLOR_SPEC), + ('Wildcard', Constants.WILDCARD_COLOR_SPEC), + ('Message', Constants.MSG_COLOR_SPEC), ) class Platform(_Platform): |