diff options
author | Josh Blum | 2009-10-18 13:58:54 -0700 |
---|---|---|
committer | Josh Blum | 2009-10-18 13:58:54 -0700 |
commit | 6655297246caab7dd0df6722c665a3fb5cd9f801 (patch) | |
tree | 0d7b9be91cc353e17b2161eca792a209016690b1 /grc | |
parent | 0f4226088ba84e25139bf77957c80ca7a64cba11 (diff) | |
download | gnuradio-6655297246caab7dd0df6722c665a3fb5cd9f801.tar.gz gnuradio-6655297246caab7dd0df6722c665a3fb5cd9f801.tar.bz2 gnuradio-6655297246caab7dd0df6722c665a3fb5cd9f801.zip |
added to todo
Diffstat (limited to 'grc')
-rw-r--r-- | grc/todo.txt | 3 |
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 |