summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/rotator_cc_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/rotator_cc_impl.h')
-rw-r--r--gr-blocks/lib/rotator_cc_impl.h37
1 files changed, 18 insertions, 19 deletions
diff --git a/gr-blocks/lib/rotator_cc_impl.h b/gr-blocks/lib/rotator_cc_impl.h
index 105fd1c534..415b49cd49 100644
--- a/gr-blocks/lib/rotator_cc_impl.h
+++ b/gr-blocks/lib/rotator_cc_impl.h
@@ -27,30 +27,29 @@
#include <gnuradio/blocks/rotator.h>
namespace gr {
- namespace blocks {
+namespace blocks {
- /*!
- * \brief Complex rotator
- * \ingroup math_blk
- */
- class rotator_cc_impl : public rotator_cc
- {
- private:
- rotator d_r;
-
- public:
- rotator_cc_impl(double phase_inc = 0.0);
- ~rotator_cc_impl();
+/*!
+ * \brief Complex rotator
+ * \ingroup math_blk
+ */
+class rotator_cc_impl : public rotator_cc
+{
+private:
+ rotator d_r;
- void set_phase_inc(double phase_inc);
+public:
+ rotator_cc_impl(double phase_inc = 0.0);
+ ~rotator_cc_impl();
- int work(int noutput_items,
- gr_vector_const_void_star &input_items,
- gr_vector_void_star &output_items);
+ void set_phase_inc(double phase_inc);
- };
+ int work(int noutput_items,
+ gr_vector_const_void_star& input_items,
+ gr_vector_void_star& output_items);
+};
- } /* namespace blocks */
+} /* namespace blocks */
} /* namespace gr */
#endif /* INCLUDED_BLOCKS_ROTATOR_CC_IMPL_H */