1#ifndef INCLUDED_LORA_SDR_DATA_SOURCE_IMPL_H
2#define INCLUDED_LORA_SDR_DATA_SOURCE_IMPL_H
32 std::string m_string_input;
41 std::string random_string(
int nbytes);
49 void trigg_handler(pmt::pmt_t msg);
76 int work(
int noutput_items, gr_vector_const_void_star &input_items,
77 gr_vector_void_star &output_items);
Definition: data_source_impl.h:10
int work(int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
Place holder function of data_source that generated random ([a-z A-Z 0-9]) data source to be sent ove...
~data_source_impl()
Destroy the data source impl object.
data_source_impl(int pay_len, int n_frames, std::string string_input)
Construct a new data source impl object.
<+description of block+>
Definition: data_source.h:37