GNU Radio 3.4.0 C++ API
gr_vmcircbuf_sysconfig Class Reference

#include <gr_vmcircbuf.h>

List of all members.

Static Public Member Functions

static gr_vmcircbuf_factoryget_default_factory ()
static int granularity ()
static gr_vmcircbufmake (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.

Member Function Documentation

static std::vector<gr_vmcircbuf_factory *> gr_vmcircbuf_sysconfig::all_factories ( ) [static]
static gr_vmcircbuf_factory* gr_vmcircbuf_sysconfig::get_default_factory ( ) [static]

Referenced by granularity(), and make().

static int gr_vmcircbuf_sysconfig::granularity ( ) [inline, static]
static gr_vmcircbuf* gr_vmcircbuf_sysconfig::make ( int  size) [inline, static]
static void gr_vmcircbuf_sysconfig::set_default_factory ( gr_vmcircbuf_factory f) [static]
static bool gr_vmcircbuf_sysconfig::test_all_factories ( int  verbose) [static]

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.

static bool gr_vmcircbuf_sysconfig::test_factory ( gr_vmcircbuf_factory f,
int  verbose 
) [static]

Does this factory really work?

verbose = 0: silent verbose = 1: names of factories tested and results verbose = 2: all intermediate results


The documentation for this class was generated from the following file: