SourceCode/Bond/Servo/ServoDlg.h
@@ -24,6 +24,8 @@ void InitRxWindows(); void Resize(); void UpdateLogBtn(); void UpdateRobotPosition(float percentage); void RotateRobot(float angleInDegrees); private: @@ -41,6 +43,9 @@ protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持 private: BOOL m_bIsRobotMoving; // 实现 protected: @@ -79,4 +84,5 @@ afx_msg void OnUpdateMenuFileExit(CCmdUI* pCmdUI); afx_msg void OnMenuHelpAbout(); afx_msg void OnTimer(UINT_PTR nIDEvent); afx_msg BOOL OnEraseBkgnd(CDC* pDC); };