39 virtual std::string GainEquation();
40 virtual void GainEquation(std::string strEquation);
45 virtual float CalculateGain(
float fltInput);
47 virtual bool SetData(
const std::string &strDataType,
const std::string &strValue,
bool bThrowError =
true);
48 virtual void QueryProperties(CStdPtrArray<TypeProperty> &aryProperties);
49 virtual void Load(CStdXml &oXml);
Root namespace for the base simulation library for AnimatLab.
std::string m_strGainEquation
The post-fix gain equation.
CStdPostFixEval * m_lpEval
The pointer to the postfix equation evaluator.