Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
01d7167d
Commit
01d7167d
authored
May 15, 2018
by
Daniele Tafani
Browse files
Updated dcdbquery usage instructions for sensor operations.
parent
c44e3b26
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/dcdbquery/dcdbquery.cpp
View file @
01d7167d
...
...
@@ -54,7 +54,9 @@ void usage(void)
<<
"When the -r option is specified, timestamps will be reported in internal (raw)"
<<
std
::
endl
<<
"format (nanoseconds since epoch) insted of ISO human readable form."
<<
std
::
endl
<<
"When the -l option is specified, times for <Start>, <End>, and in the generated"
<<
std
::
endl
<<
"output will be interpreted / printed in the local time zone."
<<
std
::
endl
;
<<
"output will be interpreted / printed in the local time zone."
<<
std
::
endl
<<
"To print out sensor operations, type <operation>(<Sensor>), e.g., derivative(sensor name)."
<<
std
::
endl
<<
"Currently available options for the <operation> field are: delta, derivative, integral."
<<
std
::
endl
;
}
else
{
std
::
cout
<<
"Invalid request."
<<
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