| Document/ESWIN_EAS_Equipment_Communication_Specification(CC-LINK)_v1.0.docx | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| SourceCode/Bond/Servo/CEqProcessStep.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| SourceCode/Bond/Servo/CEqReadIntStep.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Document/ESWIN_EAS_Equipment_Communication_Specification(CC-LINK)_v1.0.docxBinary files differ
SourceCode/Bond/Servo/CEqProcessStep.cpp
@@ -59,7 +59,7 @@ // 解释数据 // Glass ID(1864~186D) int index = 0; convertString(&szBuffer[index], (0x186d - 0x1864 + 1) * 2, m_strStartTime); convertString(&szBuffer[index], (0x186d - 0x1864 + 1) * 2, m_strGlassId); index += (0x186d - 0x1864 + 1) * 2; // Process Start Time(186e~1875) SourceCode/Bond/Servo/CEqReadIntStep.h
@@ -1,6 +1,7 @@ #pragma once #include "CReadStep.h" namespace SERVO { constexpr auto __INT16 = 1; constexpr auto __INT32 = 2;