#include <modulate_impl.h>
|
| modulate_impl (uint8_t sf, uint32_t samp_rate, uint32_t bw, std::vector< uint16_t > sync_words, uint32_t frame_zero_padd, uint16_t preamb_len) |
|
| ~modulate_impl () |
|
void | set_sf (uint8_t sf) |
|
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
|
void | update_var (int new_sf, int new_bw) |
|
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
|
typedef std::shared_ptr< modulate > | sptr |
|
static sptr | make (uint8_t sf, uint32_t samp_rate, uint32_t bw, std::vector< uint16_t > sync_words, uint32_t inter_frame_padd, uint16_t preamble_len) |
| Return a shared_ptr to a new instance of lora_sdr::modulate.
|
|
◆ modulate_impl()
gr::lora_sdr::modulate_impl::modulate_impl |
( |
uint8_t | sf, |
|
|
uint32_t | samp_rate, |
|
|
uint32_t | bw, |
|
|
std::vector< uint16_t > | sync_words, |
|
|
uint32_t | frame_zero_padd, |
|
|
uint16_t | preamb_len ) |
◆ ~modulate_impl()
gr::lora_sdr::modulate_impl::~modulate_impl |
( |
| ) |
|
◆ forecast()
void gr::lora_sdr::modulate_impl::forecast |
( |
int | noutput_items, |
|
|
gr_vector_int & | ninput_items_required ) |
◆ general_work()
int gr::lora_sdr::modulate_impl::general_work |
( |
int | noutput_items, |
|
|
gr_vector_int & | ninput_items, |
|
|
gr_vector_const_void_star & | input_items, |
|
|
gr_vector_void_star & | output_items ) |
◆ set_sf()
void gr::lora_sdr::modulate_impl::set_sf |
( |
uint8_t | sf | ) |
|
◆ update_var()
void gr::lora_sdr::modulate_impl::update_var |
( |
int | new_sf, |
|
|
int | new_bw ) |
The documentation for this class was generated from the following file: