summaryrefslogtreecommitdiff
path: root/gr-digital/lib/protocol_parser_b_impl.h
diff options
context:
space:
mode:
authorMarcus Müller <mmueller@gnuradio.org>2019-08-07 21:45:12 +0200
committerMarcus Müller <marcus@hostalia.de>2019-08-09 23:04:28 +0200
commitf7bbf2c1d8d780294f3e016aff239ca35eb6516e (patch)
treee09ab6112e02b2215b2d59ac24d3d6ea2edac745 /gr-digital/lib/protocol_parser_b_impl.h
parent78431dc6941e3acc67c858277dfe4a0ed583643c (diff)
Tree: clang-format without the include sorting
Diffstat (limited to 'gr-digital/lib/protocol_parser_b_impl.h')
-rw-r--r--gr-digital/lib/protocol_parser_b_impl.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/gr-digital/lib/protocol_parser_b_impl.h b/gr-digital/lib/protocol_parser_b_impl.h
index 7b093132ed..a340125472 100644
--- a/gr-digital/lib/protocol_parser_b_impl.h
+++ b/gr-digital/lib/protocol_parser_b_impl.h
@@ -26,27 +26,27 @@
#include <gnuradio/digital/protocol_parser_b.h>
namespace gr {
- namespace digital {
+namespace digital {
- class protocol_parser_b_impl : public protocol_parser_b
- {
- private:
- header_format_base::sptr d_format;
- pmt::pmt_t d_out_port;
+class protocol_parser_b_impl : public protocol_parser_b
+{
+private:
+ header_format_base::sptr d_format;
+ pmt::pmt_t d_out_port;
- public:
- protocol_parser_b_impl(const header_format_base::sptr &format);
- ~protocol_parser_b_impl();
+public:
+ protocol_parser_b_impl(const header_format_base::sptr& format);
+ ~protocol_parser_b_impl();
- void set_threshold(unsigned int thresh);
- unsigned int threshold() const;
+ void set_threshold(unsigned int thresh);
+ unsigned int threshold() const;
- int work(int noutput_items,
- gr_vector_const_void_star &input_items,
- gr_vector_void_star &output_items);
- };
+ int work(int noutput_items,
+ gr_vector_const_void_star& input_items,
+ gr_vector_void_star& output_items);
+};
- } // namespace digital
+} // namespace digital
} // namespace gr
#endif /* INCLUDED_DIGITAL_PROTOCOL_PARSER_B_IMPL_H */