chenluhua1980
2026-01-10 9198ac12e4e2ff64a2cf65c32d576f02d54c346a
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;