12#ifndef INCLUDED_LORA_SDR_DATA_SOURCE_SIM_H
13#define INCLUDED_LORA_SDR_DATA_SOURCE_SIM_H
16#include <gnuradio/sync_block.h>
30 typedef std::shared_ptr<data_source_sim>
sptr;
40 static sptr make(
int pay_len,
int n_frames, std::string string_input, uint32_t mean,
bool exit_control);
#define LORA_SDR_API
Definition: api.h:19
Data source that can both generate random strings or static strings, for more information about the i...
Definition: data_source_sim.h:28
std::shared_ptr< data_source_sim > sptr
Definition: data_source_sim.h:30
static sptr make(int pay_len, int n_frames, std::string string_input, uint32_t mean, bool exit_control)
Return a shared_ptr to a new instance of lora_sdr::data_source.