mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-27 12:50:39 +03:00
test4
This commit is contained in:
@@ -79,6 +79,15 @@ std::string ClassFlowPostProcessing::getJsonFromNumber(int i, std::string _linee
|
||||
{
|
||||
json += " \"rate\": \"\"," + _lineend;
|
||||
}
|
||||
|
||||
if (NUMBERS[i]->ReturnChangeAbsolute.length() > 0)
|
||||
{
|
||||
json += " \"absrate\": \"" + NUMBERS[i]->ReturnChangeAbsolute + "\"," + _lineend;
|
||||
}
|
||||
else
|
||||
{
|
||||
json += " \"absrate\": \"\"," + _lineend;
|
||||
}
|
||||
|
||||
json += " \"timestamp\": \"" + NUMBERS[i]->timeStamp + "\"" + _lineend;
|
||||
json += " }" + _lineend;
|
||||
|
||||
Reference in New Issue
Block a user