chenluhua1980
2 天以前 f2ab7e5e25ca285dd3c2807a9ee67c5523174523
SourceCode/Bond/Servo/CControlJob.h
@@ -42,6 +42,7 @@
        // —— 基本属性 —— //
        const std::string& id()     const noexcept { return m_cjId; }
        void setId(std::string& id);
        CJState            state()  const noexcept { return m_state; }
        uint8_t            priority() const noexcept { return m_priority; }
        void               setPriority(uint8_t p) noexcept { m_priority = p; }