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-camera-pco
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
1
Merge Requests
1
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-camera-pco
Commits
1edada4b
Commit
1edada4b
authored
Apr 15, 2019
by
Roberto Arturo Homs-Regojo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[wip] stopRequest / cosmetics
parent
a9c2740c
Pipeline
#10318
failed with stages
in 2 minutes
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
86 additions
and
55 deletions
+86
-55
src/PcoCameraLin.cpp
src/PcoCameraLin.cpp
+82
-52
src/PcoSyncCtrlObj.cpp
src/PcoSyncCtrlObj.cpp
+4
-3
No files found.
src/PcoCameraLin.cpp
View file @
1edada4b
This diff is collapsed.
Click to expand it.
src/PcoSyncCtrlObj.cpp
View file @
1edada4b
...
...
@@ -595,7 +595,7 @@ void SyncCtrlObj::stopAcq(bool clearQueue)
lock
.
unlock
();
_stopRequestOut
=
_getRequestStop
(
_nrStop
);
DEB_
TRACE
()
<<
fnId
<<
" [exit]"
<<
": "
<<
DEB_VAR5
(
_started
,
_stopRequestIn
,
_stopRequestOut
,
_nrStop
,
resWait
);
DEB_
ALWAYS
()
<<
fnId
<<
" [exit]"
<<
": "
<<
DEB_VAR5
(
_started
,
_stopRequestIn
,
_stopRequestOut
,
_nrStop
,
resWait
);
}
//=========================================================================================================
//=========================================================================================================
...
...
@@ -654,7 +654,8 @@ void SyncCtrlObj::getStatus(HwInterface::StatusType& status)
//=========================================================================================================
int
SyncCtrlObj
::
_getRequestStop
(
int
&
nrStop
)
{
nrStop
=
m_requestStopRetry
;
nrStop
=
m_requestStopRetry
;
return
m_requestStop
;
}
...
...
@@ -677,7 +678,7 @@ void SyncCtrlObj::_setRequestStop(int requestStop)
break
;
}
DEB_
TRACE
()
DEB_
ALWAYS
()
<<
DEB_VAR4
(
m_requestStop0
,
m_requestStop
,
m_requestStopRetry
,
requestStop
);
}
...
...
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