diff options
Diffstat (limited to 'gr-blocks/lib/interleaved_short_to_complex_impl.h')
-rw-r--r-- | gr-blocks/lib/interleaved_short_to_complex_impl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-blocks/lib/interleaved_short_to_complex_impl.h b/gr-blocks/lib/interleaved_short_to_complex_impl.h index 3280f894fd..c7669f1896 100644 --- a/gr-blocks/lib/interleaved_short_to_complex_impl.h +++ b/gr-blocks/lib/interleaved_short_to_complex_impl.h @@ -32,8 +32,11 @@ namespace gr { { private: bool d_vector_input; + bool d_swap; public: - interleaved_short_to_complex_impl(bool vector_input=false); + interleaved_short_to_complex_impl(bool vector_input=false, bool swap=false); + + void set_swap(bool swap); int work(int noutput_items, gr_vector_const_void_star &input_items, |