generate ledger to main thread
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
#include "nlohmann/json.hpp"
|
||||
|
||||
#include "../../client2.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class Front;
|
||||
@@ -308,6 +310,9 @@ int parse_model_cfg_web();
|
||||
void qvvr_test();
|
||||
void Fileupload_test();
|
||||
|
||||
extern std::vector<terminal_dev> terminal_devlist;
|
||||
extern std::mutex ledgermtx;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////cfg_parse的函数声明
|
||||
|
||||
void init_config();
|
||||
@@ -403,6 +408,10 @@ void to_json(nlohmann::json& j, const FullObj& f);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
std::vector<DeviceInfo> GenerateDeviceInfoFromLedger(const std::vector<terminal_dev>& terminal_devlist);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user