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
edebc038
Commit
edebc038
authored
Oct 08, 2011
by
iowa\vhorosewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
d3ccbace
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
DaqFileIO.cxx
DaqFileIO.cxx
+10
-8
No files found.
DaqFileIO.cxx
View file @
edebc038
...
...
@@ -2,7 +2,7 @@
///
// DAQ low level IO Library
//
// $Id: DaqFileIO.cxx,v 1.1
8 2011/10/06 21:53:56 iowa\dheitbr
i Exp $
// $Id: DaqFileIO.cxx,v 1.1
9 2011/10/07 20:48:06 iowa\vhorosewsk
i Exp $
// Date: March, 2005
// Author: Yiannis Papelis
//
...
...
@@ -1754,13 +1754,15 @@ CDaqLowLevelIo::GetFullData(
bool
diffChan
=
chInf
.
GetCapRate
()
<
0
;
const
void
*
pSrc
=
latestData
[
idx
].
GetDataPtr
();
if
(
diffChan
&&
(
option
&
eEXPAND_DIFFERENTIAL
)
)
{
userDataStorage
[
idx
].
Append
(
pSrc
,
size
,
chInf
.
GetItemCount
());
if
(
pFrmList
)
(
*
pFrmList
)[
idx
].
push_back
(
curFrame
);
}
else
if
(
!
diffChan
&&
gotData
[(
*
pChnList
)[
idx
]]
)
{
userDataStorage
[
idx
].
Append
(
pSrc
,
size
,
chInf
.
GetItemCount
());
if
(
pFrmList
)
(
*
pFrmList
)[
idx
].
push_back
(
curFrame
);
if
(
pSrc
)
{
if
(
diffChan
&&
(
option
&
eEXPAND_DIFFERENTIAL
)
)
{
userDataStorage
[
idx
].
Append
(
pSrc
,
size
,
chInf
.
GetItemCount
());
if
(
pFrmList
)
(
*
pFrmList
)[
idx
].
push_back
(
curFrame
);
}
else
if
(
!
diffChan
&&
gotData
[(
*
pChnList
)[
idx
]]
)
{
userDataStorage
[
idx
].
Append
(
pSrc
,
size
,
chInf
.
GetItemCount
());
if
(
pFrmList
)
(
*
pFrmList
)[
idx
].
push_back
(
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