SourceCode/Bond/Servo/CEqModeStep.cpp
@@ -20,14 +20,17 @@ CStep::onReadData(); DWordContainer dc; if (0 == m_pCclink->ReadDWordData(m_station, DeviceType::W, m_nModeDev, 1, dc) && dc.size() >= 1) { if (0 != m_pCclink->ReadDWordData(m_station, DeviceType::W, m_nModeDev, 1, dc)) { return -2; } if (dc.size() < 1) { return -2; } m_nMode = dc.at(0); std::string strTemp; LOGI("<CEqModeStep> Equipment Mode Changed<%s>\n", getModeDescription(strTemp).c_str()); } return 0; }