重新构建的批检仪主板程序
This commit is contained in:
@@ -11,8 +11,14 @@ public:
|
||||
mycfg();
|
||||
|
||||
void to_class(mystring str);
|
||||
mystring to_json();
|
||||
void init_env();
|
||||
mystring to_json();
|
||||
void restart();
|
||||
void reload();
|
||||
void save();
|
||||
bool save_file(mystring name,myarray data);
|
||||
void updata_produc_info(myarray data);
|
||||
void updata_produc_info(QList<int> data);
|
||||
|
||||
bool tcp_enable;//tcp使能
|
||||
mystring server_ip;
|
||||
|
Reference in New Issue
Block a user