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
5
#include <
gnuradio/lora_sdr/gray_demap.h
>
6
7
namespace
gr
{
8
namespace
lora_sdr
{
9
10
class
gray_demap_impl
:
public
gray_demap
11
{
12
private
:
13
uint8_t m_sf;
14
15
public
:
16
gray_demap_impl
(uint8_t sf);
17
~gray_demap_impl
();
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 */
gr::lora_sdr::gray_demap_impl::~gray_demap_impl
~gray_demap_impl()
gr::lora_sdr::gray_demap_impl::work
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
gr::lora_sdr::gray_demap_impl::frame_info_handler
void frame_info_handler(pmt::pmt_t frame_info)
gr::lora_sdr::gray_demap_impl::set_sf
void set_sf(uint8_t sf)
gr::lora_sdr::gray_demap_impl::gray_demap_impl
gray_demap_impl(uint8_t sf)
gr::lora_sdr::gray_demap
<+description of block+>
Definition
gray_demap.h:37
gray_demap.h
gr::lora_sdr
Definition
add_crc.h:29
gr
Definition
add_crc.h:28
lib
gray_demap_impl.h
Generated by
1.13.1