GNU Radio's LORA_SDR Package
gray_demap_impl.h
Go to the documentation of this file.
1#ifndef INCLUDED_LORA_GRAY_DEMAP_IMPL_H
2#define INCLUDED_LORA_GRAY_DEMAP_IMPL_H
3
4
6
7namespace gr {
8 namespace lora_sdr {
9
11 {
12 private:
13 uint8_t m_sf;
14
15 public:
16 gray_demap_impl(uint8_t sf);
18 void set_sf(uint8_t sf);
19 void frame_info_handler(pmt::pmt_t frame_info);
20
21 int work(
22 int noutput_items,
23 gr_vector_const_void_star &input_items,
24 gr_vector_void_star &output_items
25 );
26 };
27 } // namespace lora
28} // namespace gr
29
30#endif /* INCLUDED_LORA_GRAY_DEMAP_IMPL_H */
Definition gray_demap_impl.h:11
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
void frame_info_handler(pmt::pmt_t frame_info)
<+description of block+>
Definition gray_demap.h:37
Definition add_crc.h:28