#include <gr_vmcircbuf.h>
Static Public Member Functions | |
gr_vmcircbuf_factory * | get_default_factory () |
int | granularity () |
gr_vmcircbuf * | make (int size) |
std::vector< gr_vmcircbuf_factory * > | all_factories () |
void | set_default_factory (gr_vmcircbuf_factory *f) |
bool | test_factory (gr_vmcircbuf_factory *f, int verbose) |
Does this factory really work? | |
bool | test_all_factories (int verbose) |
Test all factories, return true if at least one of them works verbose = 0: silent verbose = 1: names of factories tested and results verbose = 2: all intermediate results. |
|
|
|
|
|
|
|
|
|
|
|
Test all factories, return true if at least one of them works verbose = 0: silent verbose = 1: names of factories tested and results verbose = 2: all intermediate results.
|
|
Does this factory really work? verbose = 0: silent verbose = 1: names of factories tested and results verbose = 2: all intermediate results |