summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/interleaved_short_to_complex_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/interleaved_short_to_complex_impl.h')
-rw-r--r--gr-blocks/lib/interleaved_short_to_complex_impl.h27
1 files changed, 14 insertions, 13 deletions
diff --git a/gr-blocks/lib/interleaved_short_to_complex_impl.h b/gr-blocks/lib/interleaved_short_to_complex_impl.h
index 7a3ca419c9..2dea401c58 100644
--- a/gr-blocks/lib/interleaved_short_to_complex_impl.h
+++ b/gr-blocks/lib/interleaved_short_to_complex_impl.h
@@ -26,23 +26,24 @@
#include <gnuradio/blocks/interleaved_short_to_complex.h>
namespace gr {
- namespace blocks {
+namespace blocks {
- class BLOCKS_API interleaved_short_to_complex_impl : public interleaved_short_to_complex
- {
- private:
- bool d_swap;
- public:
- interleaved_short_to_complex_impl(bool vector_input=false, bool swap=false);
+class BLOCKS_API interleaved_short_to_complex_impl : public interleaved_short_to_complex
+{
+private:
+ bool d_swap;
- void set_swap(bool swap);
+public:
+ interleaved_short_to_complex_impl(bool vector_input = false, bool swap = false);
- int work(int noutput_items,
- gr_vector_const_void_star &input_items,
- gr_vector_void_star &output_items);
- };
+ void set_swap(bool swap);
- } /* namespace blocks */
+ int work(int noutput_items,
+ gr_vector_const_void_star& input_items,
+ gr_vector_void_star& output_items);
+};
+
+} /* namespace blocks */
} /* namespace gr */