Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
9ffb9cf6
Commit
9ffb9cf6
authored
Jan 02, 2016
by
Axel Auweter
Browse files
Merge branch 'master' of
ssh://deep-ras.srv.lrz.de/git/dcdb
parents
4c56dd3a
ba5f5c9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
DCDBLib/include/c_api.h
View file @
9ffb9cf6
...
...
@@ -27,6 +27,7 @@ typedef enum {
DCDB_C_SENSORNOTFOUND
,
DCDB_C_EMPTYSET
,
DCDB_C_NOTINTEGRABLE
,
DCDB_C_NOSENSOR
,
DCDB_C_UNKNOWN
}
DCDB_C_RESULT
;
...
...
DCDBLib/src/c_api.cpp
View file @
9ffb9cf6
...
...
@@ -308,6 +308,10 @@ DCDB_C_RESULT dcdbQuerySumMultipleThreaded(
{
unsigned
int
i
;
if
(
sensorPublicNameLength
==
0
)
{
return
DCDB_C_NOSENSOR
;
}
DCDBTimeStamp
startTs
(
start
),
endTs
(
end
);
*
result
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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