11 #ifndef INCLUDED_SATELLITES_DECODE_RS_GENERAL_IMPL_H
12 #define INCLUDED_SATELLITES_DECODE_RS_GENERAL_IMPL_H
21 namespace satellites {
28 const unsigned d_nroots;
29 std::array<uint8_t, MAX_FRAME_LEN> d_data;
36 void forecast(
int noutput_items, gr_vector_int& ninput_items_required);
39 gr_vector_int& ninput_items,
40 gr_vector_const_void_star& input_items,
41 gr_vector_void_star& output_items);