SourceCode/Bond/Servo/CEquipment.h
@@ -10,6 +10,7 @@ typedef struct _EquipmentListener { ONALIVE onAlive; ONALIVE onCimStateChanged; } EquipmentListener; // Memory Block 结构体定义 @@ -70,7 +71,10 @@ StationIdentifier m_station; MemoryBlock m_blockReadBit; MemoryBlock m_blockWriteBit; private: ALIVE m_alive; BOOL m_bCimState; // ON/OFF }; }