Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jens Krüger
Lima
Commits
be112c52
Commit
be112c52
authored
Dec 14, 2012
by
Sebastien Petitdemange
Browse files
Fixed:
- unnecessary callback called - processlib
parent
eeed61b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
control/src/CtControl.cpp
View file @
be112c52
...
...
@@ -683,7 +683,7 @@ void CtControl::newBaseImageReady(Data &aData)
m_ct_video
->
frameReady
(
aData
);
if
(
m_img_status_cb
&&
img_status_changed
)
if
(
m_op_ext_link_task_active
&&
m_img_status_cb
&&
img_status_changed
)
m_img_status_cb
->
imageStatusChanged
(
m_status
.
ImageCounters
);
_calcAcqStatus
();
...
...
@@ -737,6 +737,8 @@ void CtControl::newCounterReady(Data&)
{
DEB_MEMBER_FUNCT
();
//@todo
AutoMutex
aLock
(
m_cond
.
mutex
());
++
m_status
.
ImageCounters
.
LastCounterReady
;
}
/** @brief inc the save counter.
...
...
Processlib
@
decb5f5a
Compare
124cff5e
...
decb5f5a
Subproject commit
124cff5e1c2accc86071fe217e379b77fcb8af82
Subproject commit
decb5f5ab321e33d116f042454ae02e14a4bd37a
Write
Preview
Supports
Markdown
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