Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
dcdb
dcdb
Commits
6155b72a
Commit
6155b72a
authored
Apr 16, 2019
by
Michael Ott
Browse files
Fix delta calculations for cases where a scaling factor has been defined
parent
2612a12d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/dcdbquery/query.cpp
View file @
6155b72a
...
...
@@ -170,8 +170,8 @@ void DCDBQuery::genOutput(std::list<DCDB::SensorDataStoreReading> &results, quer
std
::
cout
<<
","
;
}
}
prevValue
=
(
*
reading
).
value
;
prevT
=
(
*
reading
).
timeStamp
.
getRaw
()
;
prevValue
=
value
;
prevT
=
ts
;
std
::
cout
<<
std
::
endl
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment