GNU Radio's GR-AIR-MODES Package
|
Go to the documentation of this file.
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);
boost::shared_ptr< preamble > sptr
Definition: preamble.h:39
#define AIR_MODES_API
Definition: api.h:30
virtual void set_rate(float channel_rate)=0
virtual float get_threshold(void)=0
static sptr make(float channel_rate, float threshold_db)
virtual float get_rate(void)=0
virtual void set_threshold(float threshold_db)=0
Definition: preamble.h:29
mode select preamble detection
Definition: preamble.h:37