23 #ifndef INCLUDED_AIR_MODES_PREAMBLE_H 24 #define INCLUDED_AIR_MODES_PREAMBLE_H 26 #include <gnuradio/block.h> 39 typedef boost::shared_ptr<preamble>
sptr;
40 static sptr make(
float channel_rate,
float threshold_db);
42 virtual void set_rate(
float channel_rate) = 0;
43 virtual void set_threshold(
float threshold_db) = 0;
44 virtual float get_rate(
void) = 0;
45 virtual float get_threshold(
void) = 0;
boost::shared_ptr< preamble > sptr
Definition: preamble.h:39
#define AIR_MODES_API
Definition: api.h:30
Definition: preamble.h:29
mode select preamble detection
Definition: preamble.h:36