chenluhua1980
2026-01-24 8fc148424accf484b4f331c7d5fb11eb7383cf89
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;