|
GNU Radio's LORA_SDR Package
|
#include <data_source_impl.h>
Public Member Functions | |
| data_source_impl (int pay_len, int n_frames) | |
| ~data_source_impl () | |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Additional Inherited Members | |
| Public Types inherited from gr::lora_sdr::data_source | |
| typedef std::shared_ptr< data_source > | sptr |
| Static Public Member Functions inherited from gr::lora_sdr::data_source | |
| static sptr | make (int pay_len, int n_frames) |
| Return a shared_ptr to a new instance of lora_sdr::data_source. | |
| gr::lora_sdr::data_source_impl::data_source_impl | ( | int | pay_len, |
| int | n_frames ) |
| gr::lora_sdr::data_source_impl::~data_source_impl | ( | ) |
| int gr::lora_sdr::data_source_impl::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items ) |