#include <gr_vmcircbuf.h>
Static Public Member Functions | |
static gr_vmcircbuf_factory * | get_default_factory () |
static int | granularity () |
static gr_vmcircbuf * | make (int size) |
static std::vector< gr_vmcircbuf_factory * > | all_factories () |
static void | set_default_factory (gr_vmcircbuf_factory *f) |
static bool | test_factory (gr_vmcircbuf_factory *f, int verbose) |
Does this factory really work? | |
static 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 |