GNU Radio's LORA_SDR Package
|
Encode the data in the RH_RF95 header format For more information about the implementation visit RH_RF95_impl. 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. | |
Encode the data in the RH_RF95 header format For more information about the implementation visit RH_RF95_impl.
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.