gr-baz Package
|
square2 a stream of floats. More...
#include <baz_gate.h>
Public Member Functions | |
~baz_gate () | |
void | set_blocking (bool enable) |
void | set_threshold (float threshold) |
void | set_trigger_length (int trigger_length) |
void | set_tagging (bool enable) |
void | set_delay (double delay) |
void | set_sample_rate (int sample_rate) |
void | set_no_delay (bool no_delay) |
void | forecast (int noutput_items, gr_vector_int &ninput_items_required) |
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_gate_sptr | baz_make_gate (int item_size, bool block, float threshold, int trigger_length, bool tag, double delay, int sample_rate, bool no_delay, bool verbose, bool retriggerable, const std::string &length_tag_name, bool complete_output, bool byte_trigger, const std::string &trigger_tag_name) |
Return a shared_ptr to a new instance of baz_gate. | |
square2 a stream of floats.
This uses the preferred technique: subclassing gr::sync_block.
baz_gate::~baz_gate | ( | ) |
void baz_gate::forecast | ( | int | noutput_items, |
gr_vector_int & | ninput_items_required | ||
) |
int baz_gate::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_gate::set_blocking | ( | bool | enable | ) |
void baz_gate::set_delay | ( | double | delay | ) |
void baz_gate::set_no_delay | ( | bool | no_delay | ) |
void baz_gate::set_sample_rate | ( | int | sample_rate | ) |
void baz_gate::set_tagging | ( | bool | enable | ) |
void baz_gate::set_threshold | ( | float | threshold | ) |
void baz_gate::set_trigger_length | ( | int | trigger_length | ) |
|
friend |