#include <gr_block.h>
#include <string>
#include "gr_test_types.h"
Go to the source code of this file.
Classes | |
class | gr_test |
Test class for testing runtime system (setting up buffers and such.). More... | |
Typedefs | |
typedef boost::shared_ptr< gr_test > | gr_test_sptr |
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) |
typedef boost::shared_ptr<gr_test> gr_test_sptr |
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 | |||
) |