增加日志

main
Matthew 2 years ago
parent 46fde2ea5e
commit 0f79cb2e06

@ -1322,6 +1322,8 @@ bool bSetPointTableValueYC(float v, unsigned int adr)
m_pIter = g_map_iec.find(adr); m_pIter = g_map_iec.find(adr);
if (m_pIter != g_map_iec.end()) if (m_pIter != g_map_iec.end())
{ {
vPrtLogMsg(LOG_DEBUG, RET_OK, "bSetPointTableValueYC:%d(0x%04x) set style=%d added OriginDataList", adr, adr, (m_pIter->second).stype);
if (((m_pIter->second).stype & 0xff) == 2) if (((m_pIter->second).stype & 0xff) == 2)
{ {
// 遥测量 // 遥测量

Loading…
Cancel
Save