Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DaqIOLib
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
NADS-Public
DaqIOLib
Commits
39e4aadf
Commit
39e4aadf
authored
Jul 10, 2019
by
IOWA\dheitbri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added some fault handling for damaged files
parent
0c15ca52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
DaqFileIO.cxx
DaqFileIO.cxx
+2
-1
No files found.
DaqFileIO.cxx
View file @
39e4aadf
...
...
@@ -2,7 +2,7 @@
///
// DAQ low level IO Library
//
// $Id: DaqFileIO.cxx,v 1.2
5 2018/09/12 19:19:02
IOWA\dheitbri Exp $
// $Id: DaqFileIO.cxx,v 1.2
6 2019/07/10 17:05:56
IOWA\dheitbri Exp $
// Date: March, 2005
// Author: Yiannis Papelis
//
...
...
@@ -1690,6 +1690,7 @@ CDaqLowLevelIo::GetFullData(
int
triesLeft
=
32
;
while
(
m_Toc
.
find
(
frm1
)
==
m_Toc
.
end
()
&&
triesLeft
--
>
0
)
frm1
++
;
if
(
triesLeft
<
0
)
return
false
;
assert
(
triesLeft
>
0
);
// shouldn't really happen
triesLeft
=
32
;
...
...
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