void FilterCoeffSet ( RSIFilterGainPIDCoeff  coeff,
long  gainTable,
double  value 
) [virtual]

Description:
FilterCoeffSet will set the value for any filter coefficient for any gain table
Parameters:
coeff Coefficient to set, use RSIFilterGainPIDCoeff or RSIFilterGainPIVCoeff.
gainTable Gain Table, valid from 0 to 4. (99% of users will always use Gain Table 0)
value New value for coefficient.
Sample Code:
See also:
FilterCoeffGet, RSIFilterGainPIDCoeff, RSIFilterGainPIVCoeff
Examples:
syncInterrupt.cpp.