Commit 2dd32d84 authored by 刘乐's avatar 刘乐

阀门处理方式更改

parent d6aa5e6c
......@@ -175,5 +175,7 @@ bool PANDANALYSIS_API residualChlorineAnalysis(char* uri, char* conditionMap,cha
std::string uriStr = uri;
std::string conditionMapStr = conditionMap;
return true;
}
\ No newline at end of file
This diff is collapsed.
......@@ -25,4 +25,7 @@ public:
bool getQuality(CivQuality& quality) override;
bool getStatus(CivStatus& status) override;
private:
bool handleValves2();
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment