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(
int channel_rate,
float threshold_db);
42 virtual void set_rate(
int channel_rate) = 0;
43 virtual void set_threshold(
float threshold_db) = 0;
44 virtual int 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
mode select preamble detection
Definition: preamble.h:36