#include <ProcBasic.hh>
Inherits DataProcessor.
This class implements a basic data processor which outputs a scaled version of its input.
Inputs:
"input" : input value"output" : scaled output
Public Member Functions | |
| ProcAmplifier (const char *name, int index, ProcFloat gain) | |
| ProcFloat | getGain (void) |
| void | setGain (ProcFloat gain) |
| virtual void | update (void) |
|
|
This method can be used to retrieve the gain setting of the processor. |
|
|
This method can be used to get the gain setting of the processor. |