SourceCode/Bond/Servo/ServoDlg.h
@@ -38,6 +38,7 @@
public:
   void ShowTerminalText(const char* pszText, unsigned int duration = -1);
   void AckAlarm(int alarmId);
private:
   void InitRxWindows();
@@ -113,6 +114,10 @@
   afx_msg void OnUpdateMenuFileExit(CCmdUI* pCmdUI);
   afx_msg void OnMenuProjectVarialbleList();
   afx_msg void OnUpdateMenuProjectVarialbleList(CCmdUI* pCmdUI);
   afx_msg void OnMenuTestAlarmOn();
   afx_msg void OnUpdateMenuTestAlarmOn(CCmdUI* pCmdUI);
   afx_msg void OnMenuTestAlarmOff();
   afx_msg void OnUpdateMenuTestAlarmOff(CCmdUI* pCmdUI);
   afx_msg void OnMenuTestMessageSet();
   afx_msg void OnUpdateMenuTestMessageSet(CCmdUI* pCmdUI);
   afx_msg void OnMenuTestMessageClear();