summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-09-09 19:41:29 -0700
committerJosh Blum2012-09-09 19:41:29 -0700
commit0ed890033370ae853014f0d34065d9f566e86e54 (patch)
tree537e0968d7e10913fbb7e42622571d99f6b9eb0e /lib/element_impl.hpp
parent753237c73815a5c18f29a4bbd9df05b6af8b8e57 (diff)
downloadsandhi-0ed890033370ae853014f0d34065d9f566e86e54.tar.gz
sandhi-0ed890033370ae853014f0d34065d9f566e86e54.tar.bz2
sandhi-0ed890033370ae853014f0d34065d9f566e86e54.zip
simplify forecast and its fail logic
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r--lib/element_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp
index cf7f164..6a9c088 100644
--- a/lib/element_impl.hpp
+++ b/lib/element_impl.hpp
@@ -64,6 +64,7 @@ struct ElementImpl
std::vector<const void *> work_input_items;
std::vector<void *> work_output_items;
std::vector<int> work_ninput_items;
+ std::vector<int> fcast_ninput_items;
//work buffers for the new work interface
Block::InputItems input_items;
@@ -130,6 +131,7 @@ struct ElementImpl
bool enable_fixed_rate;
double relative_rate;
bool forecast_fail;
+ bool forecast_enable;
};
} //namespace gnuradio