Commit 267d5279 by dheitbri

updated documentation

parent 493f1cde
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
/////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////
/// ///
/// \ingroup clib /// \ingroup clib
/// \ingroup DAQ
/// This class represents all information about a channel stored in the DAQ file. /// 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 /// 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. /// values of the same type. The term item is used to refer to one of those values.
......
...@@ -3,7 +3,7 @@ ...@@ -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 // Date: March, 2005
// Author: Yiannis Papelis // Author: Yiannis Papelis
// //
...@@ -31,6 +31,7 @@ const int cMaxChannels = 500; ///< maximum number of channels we can handl ...@@ -31,6 +31,7 @@ const int cMaxChannels = 500; ///< maximum number of channels we can handl
const int cMaxChannResyncLookahead = 2*1024; const int cMaxChannResyncLookahead = 2*1024;
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
///\ingroup DAQ
/// ///
/// This enumeration encapsulates various conversion options /// This enumeration encapsulates various conversion options
/// Appropriate operators have been defined so combining options /// Appropriate operators have been defined so combining options
...@@ -56,7 +57,7 @@ operator|(TConvertOptions left, TConvertOptions right) { ...@@ -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 /// Return code used to specify the status of the end marker of the DAQ file
/// ///
typedef enum { typedef enum {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment