chenluhua1980
2026-01-19 44360bc2cdeee16be72f9cc4bfb42e0ac26b5b44
SourceCode/Bond/Servo/CParam.cpp
@@ -53,7 +53,7 @@
   return m_nValueType;
}
int CParam::getIntValue()
int CParam::getIntValue() const
{
   return m_nValue;
}
@@ -63,7 +63,7 @@
   m_nValue = value;
}
double CParam::getDoubleValue()
double CParam::getDoubleValue() const
{
   if(m_nValueType == PVT_DOUBLE)
      return m_fValue;