#include <ProcBasic.hh>
Inherits DataProcessor.
This class implements a basic data sink processor which accepts a number of input channels. The values of the inputs are buffered and can be accessed through the class interface.
The names of the input channels can be reconfigured using one of the constructors.
Inputs:
"input0", "input1", ... : input channels
Public Member Functions | |
| ProcSink (const char *name, int index, int inputs, const char **chan) | |
| ProcSink (const char *name, int index, int inputs) | |
| ProcSink (const char *name, int index) | |
| ProcFloat | getValue (unsigned int input) |
| ProcFloat | getValue (void) |
| virtual void | update (void) |
|
|
This method can be used to retrieve the input value from "input0". It is provided as a convenience function for instances with only one output. |
|
|
This method can be used to retrieve an input value buffered by the processor. |