chenluhua1980
2026-01-09 6b306b81f8a07c3e36676a0a5c305b3b1ea68c60
SourceCode/Bond/Servo/Model.h
@@ -31,9 +31,11 @@
   int init();
   int term();
   ControlState getControlState() const noexcept { return m_currentControlState; }
   void setControlState(ControlState newState);
private:
   void refreshDerivedSVs();
   void setControlState(ControlState newState);
public:
   int notify(int code);