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
47d18015
Commit
47d18015
authored
Aug 11, 2005
by
dheitbri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add check in GetFullData to insure at least one frame was fetched.
parent
0c5d6b34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
DaqFileIO.cxx
DaqFileIO.cxx
+4
-2
No files found.
DaqFileIO.cxx
View file @
47d18015
...
...
@@ -2,7 +2,7 @@
///
// DAQ low level IO Library
//
// $Id: DaqFileIO.cxx,v 1.1
2 2005/04/19 19:28:56 yiannis
Exp $
// $Id: DaqFileIO.cxx,v 1.1
3 2005/08/11 14:08:40 dheitbri
Exp $
// Date: March, 2005
// Author: Yiannis Papelis
//
...
...
@@ -1713,7 +1713,9 @@ CDaqLowLevelIo::GetFullData(
m_LastError
=
buf
;
return
false
;
}
if
(
curFrame
>
frm2
){
//DAH
frm2
=
curFrame
;
}
while
(
curFrame
<=
frm2
)
{
bool
curFrameLost
=
FrameDropped
(
curFrame
);
...
...
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