GNU Radio's DPD Package
stream_to_message_impl.h
Go to the documentation of this file.
1 /* -*- c++ -*- */
2 /*
3  * Copyright 2020 Alekh Gupta
4  *
5  * SPDX-License-Identifier: GPL-3.0-or-later
6  */
7 
8 #ifndef INCLUDED_DPD_STREAM_TO_MESSAGE_IMPL_H
9 #define INCLUDED_DPD_STREAM_TO_MESSAGE_IMPL_H
10 
11 #include <dpd/stream_to_message.h>
12 
13 namespace gr {
14 namespace dpd {
15 
17 {
18 private:
19  // Nothing to declare in this block.
20 
21 public:
24 
25  // Where all the action really happens
26  int work(int noutput_items,
27  gr_vector_const_void_star& input_items,
28  gr_vector_void_star& output_items);
29 };
30 
31 } // namespace dpd
32 } // namespace gr
33 
34 #endif /* INCLUDED_DPD_STREAM_TO_MESSAGE_IMPL_H */
Definition: gain_phase_calibrate.h:14
Converts a stream of single complex data item into messages (PMT&#39;s) which are published by output mes...
Definition: stream_to_message.h:23
Definition: stream_to_message_impl.h:16
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)