GNU Radio's LORA_SDR Package
|
<+description of block+> More...
#include <RH_RF95_header.h>
Public Types | |
typedef std::shared_ptr< RH_RF95_header > | sptr |
Static Public Member Functions | |
static sptr | make (uint8_t _to, uint8_t _from, uint8_t _id, uint8_t _flags) |
Return a shared_ptr to a new instance of lora_sdr::RH_RF95_header. | |
<+description of block+>
typedef std::shared_ptr<RH_RF95_header> gr::lora_sdr::RH_RF95_header::sptr |
|
static |
Return a shared_ptr to a new instance of lora_sdr::RH_RF95_header.
To avoid accidental use of raw pointers, lora_sdr::RH_RF95_header's constructor is in a private implementation class. lora_sdr::RH_RF95_header::make is the public interface for creating new instances.