summaryrefslogtreecommitdiff
path: root/grc/todo.txt
diff options
context:
space:
mode:
authorJosh Blum2009-10-28 14:12:08 -0700
committerJosh Blum2009-10-28 14:12:08 -0700
commit4bada359091898ae3a3d2d4f1ba4314a9f8e4d2c (patch)
tree27582a0bef36f0ab1b517ddb6e2d0028037ebf43 /grc/todo.txt
parent029f89047d0ccd61347e1cd5d87e276b33332d18 (diff)
parent6655297246caab7dd0df6722c665a3fb5cd9f801 (diff)
downloadgnuradio-4bada359091898ae3a3d2d4f1ba4314a9f8e4d2c.tar.gz
gnuradio-4bada359091898ae3a3d2d4f1ba4314a9f8e4d2c.tar.bz2
gnuradio-4bada359091898ae3a3d2d4f1ba4314a9f8e4d2c.zip
Merge branch 'wip/grc/general' of jblum@blumhouse:~/git/gnuradio into wip/grc
Diffstat (limited to 'grc/todo.txt')
-rw-r--r--grc/todo.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/grc/todo.txt b/grc/todo.txt
index e4fd4647a..9dad05730 100644
--- a/grc/todo.txt
+++ b/grc/todo.txt
@@ -26,6 +26,7 @@
* callbacks for set average on fft, waterfall, number sinks
* add units to params: Sps, Hz, dB...
* add bool type to command line option store_true or store_false
+* messages for packet blocks and probe blocks
##################################################
# Features
@@ -53,6 +54,7 @@
* concept of a project, or project flow graph
* collection of blocks, hier and top
* system-wide, default/work, and user created
+* use templates/macros to generate the repetative stuff in the xml
##################################################
# Problems
@@ -68,6 +70,7 @@
* threads dont die on exit in probe and variable sink
* align param titles in properties dialog
* weird grid params misbehaving
+* gr hier blocks have more diverse IO capabilities than we allow for
##################################################
# Future