#include <VrBits2Symbols.h>
Inheritance diagram for VrBits2Symbols:
Public Member Functions | |
VrBits2Symbols (int) | |
virtual void | setOutputBits (int b) |
virtual int | work (VrSampleRange output, void *o[], VrSampleRange inputs[], void *i[]) |
Generate up to output.size output points at o[output#][sample#] using data at the inputptrs[input#][sample#]. | |
Protected Attributes | |
int | valid_bits |
int | output_bits |
u_char | current_data |
|
|
|
|
|
Generate up to output.size output points at o[output#][sample#] using data at the inputptrs[input#][sample#]. Pointers start at corresponding VrSampleIndex in the range params. output.size is a multiple of outputSize. Returns the number of outputs (<= output.size) that it was able to compute with the given input ranges. If this value is < output.size, forecast() will need to be called again. Implements VrSigProc. |
|
|
|
|
|
|