GNU Radio's LORA_SDR Package
|
<+description of block+> More...
#include <header.h>
Public Types | |
typedef std::shared_ptr< header > | sptr |
Public Member Functions | |
virtual void | set_cr (uint8_t cr)=0 |
virtual uint8_t | get_cr ()=0 |
Static Public Member Functions | |
static sptr | make (bool impl_head, bool has_crc, uint8_t cr) |
Return a shared_ptr to a new instance of lora_sdr::header. | |
<+description of block+>
typedef std::shared_ptr<header> gr::lora_sdr::header::sptr |
|
pure virtual |
Implemented in gr::lora_sdr::header_impl.
|
static |
Return a shared_ptr to a new instance of lora_sdr::header.
To avoid accidental use of raw pointers, lora_sdr::header's constructor is in a private implementation class. lora_sdr::header::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::lora_sdr::header_impl.