Commit 0c15ca52 by IOWA\dheitbri

updated to vs2017

parent 83a2909e
......@@ -3,7 +3,7 @@
//////////////////////////////////////////////////////////////////////////////
//
// $Id: DaqIoLibDefines.h,v 1.3 2013/04/30 00:59:10 IOWA\vhorosewski Exp $
// $Id: DaqIoLibDefines.h,v 1.4 2019/07/09 14:33:59 IOWA\dheitbri Exp $
// Date: March, 2005
// Author: Yiannis Papelis
//
......@@ -19,9 +19,9 @@ class CDaqChannelInfo;
#define DAQ_END_MARK 0x1A2B2C3D
#define DAQ_TOC_MAGIC_NUM 0x2C3ABCDE
typedef unsigned char TDaqByte;
typedef unsigned char TDaqByte;
typedef std::vector<int> TIntVec;
typedef std::vector<std::string> TStrVec;
typedef std::vector<std::string> TStrVec;
typedef std::vector<CDaqBuffer> TDataVec;
typedef std::vector<FILE *> TFileVec;
typedef std::vector<CDaqChannelInfo> TChanInfoVec;
......
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