SourceCode/Bond/Servo/CEquipment.h
@@ -15,6 +15,8 @@ #include "CEqVCREnableStep.h" #include <vector> #include <map> #include <list> #include "CPanel.h" namespace SERVO { @@ -107,6 +109,7 @@ protected: inline void Lock() { EnterCriticalSection(&m_criticalSection); } inline void Unlock() { LeaveCriticalSection(&m_criticalSection); } void addPanelToList(CPanel* pPanel); protected: EquipmentListener m_listener; @@ -119,6 +122,8 @@ MemoryBlock m_blockWriteBit; std::vector<CPin*> m_inputPins; std::vector<CPin*> m_outputPins; std::list<CPanel*> m_panelList; // 以下为从CC-Link读取到的Bit标志位 private: