21 #ifndef INCLUDED_SATNOGS_AX25_ENCODER_MB_H 22 #define INCLUDED_SATNOGS_AX25_ENCODER_MB_H 25 #include <gnuradio/sync_block.h> 42 typedef boost::shared_ptr<ax25_encoder_mb>
sptr;
64 make(
const std::string &dest_addr, uint8_t dest_ssid,
65 const std::string &src_addr,
66 uint8_t src_ssid,
size_t preamble_len = 16,
67 size_t postamble_len = 16,
68 bool scramble =
true);
boost::shared_ptr< ax25_encoder_mb > sptr
Definition: ax25_encoder_mb.h:42
AX.25 encoder block that supports the legacy hardware radios.
Definition: ax25_encoder_mb.h:40
Definition: amsat_duv_decoder.h:29
#define SATNOGS_API
Definition: api.h:30