#include <gr_block.h>
#include <string>
#include "gr_test_types.h"
Include dependency graph for gr_test.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
gr_test_sptr | gr_make_test (const std::string &name=std::string("gr_test"), int min_inputs=1, int max_inputs=1, unsigned int sizeof_input_item=1, int min_outputs=1, int max_outputs=1, unsigned int sizeof_output_item=1, unsigned int history=1, unsigned int output_multiple=1, double relative_rate=1.0, bool fixed_rate=true, gr_consume_type_t cons_type=CONSUME_NOUTPUT_ITEMS, gr_produce_type_t prod_type=PRODUCE_NOUTPUT_ITEMS) |
Variables | |
typedef boost::shared_ptr< gr_test > | gr_test_sptr |
|
|
|
|