mrDarker
2025-06-26 637cc6677dace087410079fd2ee434a4fbd45adb
SourceCode/Bond/Servo/CPageGraph1.h
@@ -5,6 +5,7 @@
enum DeviceStatus {
   ONLINE,       // 在线
   OFFLINE,      // 离线
   OCCUPIED      // 有片(占用)
};
struct RobotPositionMapping {
@@ -39,6 +40,7 @@
   BOOL m_bIsRobotMoving;
   COLORREF m_crBkgnd;
   HBRUSH m_hbrBkgnd;
   SERVO::ROBOT_POSITION m_lastRobotPosition;
// 对话框数据
#ifdef AFX_DESIGN_TIME