chenluhua1980
2026-01-14 02a406fb7e3d635dca0ef87914fee54c7fd6bd3c
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;