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
267d5279
Commit
267d5279
authored
Apr 25, 2007
by
dheitbri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated documentation
parent
493f1cde
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
DaqChannelInfo.h
DaqChannelInfo.h
+1
-0
DaqIoLibDefines.h
DaqIoLibDefines.h
+3
-2
No files found.
DaqChannelInfo.h
View file @
267d5279
...
...
@@ -4,6 +4,7 @@
///////////////////////////////////////////////////////////////////////////////////////////
///
/// \ingroup clib
/// \ingroup DAQ
/// This class represents all information about a channel stored in the DAQ file.
/// Each channel consist of a number of samples, each sample containing one or more
/// values of the same type. The term item is used to refer to one of those values.
...
...
DaqIoLibDefines.h
View file @
267d5279
...
...
@@ -3,7 +3,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// $Id: DaqIoLibDefines.h,v 1.
1 2005/03/14 23:05:05 yiannis
Exp $
// $Id: DaqIoLibDefines.h,v 1.
2 2007/04/25 17:53:55 dheitbri
Exp $
// Date: March, 2005
// Author: Yiannis Papelis
//
...
...
@@ -31,6 +31,7 @@ const int cMaxChannels = 500; ///< maximum number of channels we can handl
const
int
cMaxChannResyncLookahead
=
2
*
1024
;
///////////////////////////////////////////////////////////////////////////////////
///\ingroup DAQ
///
/// This enumeration encapsulates various conversion options
/// Appropriate operators have been defined so combining options
...
...
@@ -56,7 +57,7 @@ operator|(TConvertOptions left, TConvertOptions right) {
}
///////////////////////////////////////////////////////////////////////////////////////////
///
///
\ingroup DAQ
/// Return code used to specify the status of the end marker of the DAQ file
///
typedef
enum
{
...
...
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