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
33cd03f3
Commit
33cd03f3
authored
Oct 25, 2017
by
Daniel Hynds
Browse files
remove obsolete hard-coded timing cut
parent
177b28a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/algorithms/DUTAnalysis.cpp
View file @
33cd03f3
...
...
@@ -51,8 +51,8 @@ StatusCode DUTAnalysis::run(Clipboard* clipboard) {
LOG
(
TRACE
)
<<
"Power on time: "
<<
m_powerOnTime
/
(
4096.
*
40000000.
);
LOG
(
TRACE
)
<<
"Power off time: "
<<
m_powerOffTime
/
(
4096.
*
40000000.
);
if
(
clipboard
->
get_persistent
(
"currentTime"
)
<
13.5
)
return
Success
;
//
if(clipboard->get_persistent("currentTime") < 13.5)
//
return Success;
// Timing cut for association
double
timingCut
=
200.
/
1000000000.
;
// 200 ns
...
...
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