#include <data_source_impl.h>
|
| | data_source_impl (int pay_len, int n_frames, std::string string_input) |
| | Construct a new data source impl object. More...
|
| |
| | ~data_source_impl () |
| | Destroy the data source impl object. More...
|
| |
| 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 over the network. More...
|
| |
◆ data_source_impl()
| gr::lora_sdr::data_source_impl::data_source_impl |
( |
int |
pay_len, |
|
|
int |
n_frames, |
|
|
std::string |
string_input |
|
) |
| |
Construct a new data source impl object.
- Parameters
-
| pay_len | : payload length |
| n_frames | : number of frames to generate data for |
| string_input | |
◆ ~data_source_impl()
| gr::lora_sdr::data_source_impl::~data_source_impl |
( |
| ) |
|
Destroy the data source impl object.
◆ work()
| int gr::lora_sdr::data_source_impl::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 over the network.
- Parameters
-
| noutput_items | |
| input_items | |
| output_items | |
- Returns
- int
The documentation for this class was generated from the following file: