完成工具
This commit is contained in:
@@ -88,6 +88,8 @@ struct PqMqEvent {
|
||||
std::string title;
|
||||
std::string body;
|
||||
std::string path;
|
||||
std::string monitorId;
|
||||
std::string traceDir;
|
||||
};
|
||||
|
||||
using PqMqEventFn = std::function<void(const PqMqEvent&)>;
|
||||
@@ -128,5 +130,8 @@ bool pqRunParser(const std::string& xmlPath,
|
||||
const std::string& outPath,
|
||||
std::string* err,
|
||||
const std::string& frontType = "");
|
||||
bool pqApplyIcdDescriptionsToWorkbook(const std::string& icdPath,
|
||||
const std::string& workbookPath,
|
||||
std::string* message = nullptr);
|
||||
|
||||
int runPqGuiApp();
|
||||
|
||||
Reference in New Issue
Block a user