#include <mod_impl.h>
|
| mod_impl (short spreading_factor, unsigned char d_sync_word) |
|
| ~mod_impl () |
|
void | modulate (pmt::pmt_t msg) |
|
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 boost::shared_ptr< mod > | sptr |
|
static sptr | make (short spreading_factor, unsigned char d_sync_word) |
| Return a shared_ptr to a new instance of lora::mod.
|
|
◆ mod_impl()
gr::lora::mod_impl::mod_impl |
( |
short |
spreading_factor, |
|
|
unsigned char |
d_sync_word |
|
) |
| |
◆ ~mod_impl()
gr::lora::mod_impl::~mod_impl |
( |
| ) |
|
◆ general_work()
int gr::lora::mod_impl::general_work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
◆ modulate()
void gr::lora::mod_impl::modulate |
( |
pmt::pmt_t |
msg | ) |
|
The documentation for this class was generated from the following file: