57 virtual float CalculateGain(
float fltInput);
59 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
60 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
61 virtual void Load(CStdXml &oXml);
Root namespace for the base simulation library for AnimatLab.
float m_fltB
The B parameter of the gain.
float m_fltA
The A parameter of the gain.
float m_fltD
The D parameter of the gain.
float m_fltC
The C parameter of the gain.