diff options
author | Josh Blum | 2012-09-09 18:54:49 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-09 18:54:49 -0700 |
commit | 920d654bcf22024fe08c35474fdfcf8df7c72a4d (patch) | |
tree | 46db7e638d8e65b643c0e62ea3b62b73b2127b39 /lib/element_impl.hpp | |
parent | 203950da07d91482a05bd364367d116e0916e198 (diff) | |
download | sandhi-920d654bcf22024fe08c35474fdfcf8df7c72a4d.tar.gz sandhi-920d654bcf22024fe08c35474fdfcf8df7c72a4d.tar.bz2 sandhi-920d654bcf22024fe08c35474fdfcf8df7c72a4d.zip |
work on implementing forecast logic and failure cases
* still a bit to clean up
* commented out case of consume zero and 0 reserve for input queues
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 6ecbbbd..991ab4e 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -128,6 +128,7 @@ struct ElementImpl //rate settings bool enable_fixed_rate; double relative_rate; + bool forecast_fail; }; } //namespace gnuradio |