GNU Radio's LORA_SDR Package
|
End block of the sending side that modulates the final to be sent data to the LoRa standard For more information about the implementation visit modulate_impl. More...
#include <modulate.h>
Public Types | |
typedef std::shared_ptr< modulate > | sptr |
Static Public Member Functions | |
static sptr | make (uint8_t sf, uint32_t samp_rate, uint32_t bw, std::vector< uint16_t > sync_words, bool create_zeros) |
Return a shared_ptr to a new instance of lora_sdr::modulate. | |
End block of the sending side that modulates the final to be sent data to the LoRa standard For more information about the implementation visit modulate_impl.
typedef std::shared_ptr<modulate> gr::lora_sdr::modulate::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::modulate.
To avoid accidental use of raw pointers, lora_sdr::modulate's constructor is in a private implementation class. lora_sdr::modulate::make is the public interface for creating new instances.