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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
DaqFileIO.cxx
DaqFileIO.cxx
+3
-1
No files found.
DaqFileIO.cxx
View file @
edebc038
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
///
///
// DAQ low level IO Library
// 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
// Date: March, 2005
// Author: Yiannis Papelis
// Author: Yiannis Papelis
//
//
...
@@ -1754,6 +1754,7 @@ CDaqLowLevelIo::GetFullData(
...
@@ -1754,6 +1754,7 @@ CDaqLowLevelIo::GetFullData(
bool
diffChan
=
chInf
.
GetCapRate
()
<
0
;
bool
diffChan
=
chInf
.
GetCapRate
()
<
0
;
const
void
*
pSrc
=
latestData
[
idx
].
GetDataPtr
();
const
void
*
pSrc
=
latestData
[
idx
].
GetDataPtr
();
if
(
pSrc
)
{
if
(
diffChan
&&
(
option
&
eEXPAND_DIFFERENTIAL
)
)
{
if
(
diffChan
&&
(
option
&
eEXPAND_DIFFERENTIAL
)
)
{
userDataStorage
[
idx
].
Append
(
pSrc
,
size
,
chInf
.
GetItemCount
());
userDataStorage
[
idx
].
Append
(
pSrc
,
size
,
chInf
.
GetItemCount
());
if
(
pFrmList
)
(
*
pFrmList
)[
idx
].
push_back
(
curFrame
);
if
(
pFrmList
)
(
*
pFrmList
)[
idx
].
push_back
(
curFrame
);
...
@@ -1764,6 +1765,7 @@ CDaqLowLevelIo::GetFullData(
...
@@ -1764,6 +1765,7 @@ CDaqLowLevelIo::GetFullData(
}
}
}
}
}
}
}
else
{
// no data for that frame
else
{
// no data for that frame
if
(
option
&
eEXPAND_DIFFERENTIAL
)
{
if
(
option
&
eEXPAND_DIFFERENTIAL
)
{
// when expanding differential data, we output samples for each frame
// when expanding differential data, we output samples for each frame
...
...
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