chenluhua1980
2026-01-08 2be286ac19bf2bb00e27f556e8b2cc292a58bd09
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);