GNU Radio's SATELLITES Package
pdu_add_meta_impl.h
Go to the documentation of this file.
1/* -*- c++ -*- */
2/*
3 * Copyright 2020 Daniel Estevez <daniel@destevez.net>
4 *
5 * This file is part of gr-satellites
6 *
7 * SPDX-License-Identifier: GPL-3.0-or-later
8 *
9 */
10
11#ifndef INCLUDED_SATELLITES_PDU_ADD_META_IMPL_H
12#define INCLUDED_SATELLITES_PDU_ADD_META_IMPL_H
13
15
16namespace gr {
17namespace satellites {
18
20{
21private:
22 pmt::pmt_t d_meta;
23
24public:
25 pdu_add_meta_impl(pmt::pmt_t meta);
27
28 // Where all the action really happens
29 void forecast(int noutput_items, gr_vector_int& ninput_items_required);
30
31 int general_work(int noutput_items,
32 gr_vector_int& ninput_items,
33 gr_vector_const_void_star& input_items,
34 gr_vector_void_star& output_items);
35
36 void msg_handler(pmt::pmt_t pmt_msg);
37};
38
39} // namespace satellites
40} // namespace gr
41
42#endif /* INCLUDED_SATELLITES_PDU_ADD_META_IMPL_H */
Definition pdu_add_meta_impl.h:20
void msg_handler(pmt::pmt_t pmt_msg)
void forecast(int noutput_items, gr_vector_int &ninput_items_required)
int general_work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
<+description of block+>
Definition pdu_add_meta.h:26
Definition ax100_decode.h:17