Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
fd37fdb3
Commit
fd37fdb3
authored
Nov 13, 2018
by
Tomas Vanat
Browse files
ModuleManager: Fixed DeadTime status handling
parent
9d07e8c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/module/ModuleManager.cpp
View file @
fd37fdb3
...
...
@@ -598,7 +598,7 @@ void ModuleManager::run() {
if
(
check
==
StatusCode
::
DeadTime
)
{
// If status code indicates dead time, just silently continue with next event:
continue
;
break
;
}
else
if
(
check
==
StatusCode
::
Failure
)
{
// If the status code indicates failure, break immediately and finish:
run
=
false
;
...
...
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