Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
62
Issues
62
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima
Commits
be112c52
Commit
be112c52
authored
Dec 14, 2012
by
Sebastien Petitdemange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed:
- unnecessary callback called - processlib
parent
eeed61b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
control/src/CtControl.cpp
control/src/CtControl.cpp
+3
-1
third-party/Processlib
third-party/Processlib
+1
-1
No files found.
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
Subproject commit
124cff5e1c2accc86071fe217e379b77fcb8af82
Subproject commit
decb5f5ab321e33d116f042454ae02e14a4bd37a
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