|
@@ -259,6 +259,13 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ if (isdigit)
|
|
|
|
|
+ ReturnRawValue = digit;
|
|
|
|
|
+ if (isdigit && isanalog)
|
|
|
|
|
+ ReturnRawValue = ReturnRawValue + ".";
|
|
|
|
|
+ if (isanalog)
|
|
|
|
|
+ ReturnRawValue = ReturnRawValue + analog;
|
|
|
|
|
+
|
|
|
if (isdigit)
|
|
if (isdigit)
|
|
|
{
|
|
{
|
|
|
int lastanalog = -1;
|
|
int lastanalog = -1;
|
|
@@ -273,8 +280,6 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
|
|
|
if (isanalog)
|
|
if (isanalog)
|
|
|
zw = zw + analog;
|
|
zw = zw + analog;
|
|
|
|
|
|
|
|
- ReturnRawValue = zw;
|
|
|
|
|
-
|
|
|
|
|
Value = std::stof(zw);
|
|
Value = std::stof(zw);
|
|
|
|
|
|
|
|
std::stringstream stream;
|
|
std::stringstream stream;
|