gr-baz Package
|
radar_detector a stream of floats. More...
#include <baz_radar_detector.h>
Classes | |
struct | ath5k_radar_error |
Public Member Functions | |
~baz_radar_detector () | |
void | set_base_level (float level) |
void | set_threshold (float threshold) |
void | set_pulse_plateau (float level) |
bool | set_param (const std::string ¶m, float value) |
void | skip (int skip) |
int | general_work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
Friends | |
BAZ_API baz_radar_detector_sptr | baz_make_radar_detector (int sample_rate, gr::msg_queue::sptr msgq) |
Return a shared_ptr to a new instance of baz_radar_detector. | |
radar_detector a stream of floats.
This uses the preferred technique: subclassing gr_sync_block.
baz_radar_detector::~baz_radar_detector | ( | ) |
int baz_radar_detector::general_work | ( | int | noutput_items, |
gr_vector_int & | ninput_items, | ||
gr_vector_const_void_star & | input_items, | ||
gr_vector_void_star & | output_items | ||
) |
void baz_radar_detector::set_base_level | ( | float | level | ) |
bool baz_radar_detector::set_param | ( | const std::string & | param, |
float | value | ||
) |
void baz_radar_detector::set_pulse_plateau | ( | float | level | ) |
void baz_radar_detector::set_threshold | ( | float | threshold | ) |
void baz_radar_detector::skip | ( | int | skip | ) |
|
friend |
Return a shared_ptr to a new instance of baz_radar_detector.
To avoid accidental use of raw pointers, baz_radar_detector's constructor is private. baz_make_block_status is the public interface for creating new instances.