mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
完成系统管理web端功能,实现系统管理服务端接口,实现登录功能
This commit is contained in:
@@ -15,11 +15,16 @@ public:
|
||||
}
|
||||
|
||||
void init();
|
||||
void initDevice();
|
||||
|
||||
bool isQuit() { return isQuit_; }
|
||||
Operator& getOperator() { return op_; }
|
||||
|
||||
void runThreadMain();
|
||||
|
||||
|
||||
void runThreadDevice();
|
||||
|
||||
private:
|
||||
bool isQuit_ = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user