Skip to content
Snippets Groups Projects
Commit 0eaf728d authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

bug fix on properties management.

parent 4fefe53f
Branches
Tags
No related merge requests found
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/RetrigAO/src/RetrigAO.cpp,v 1.10 2007-06-25 10:19:05 abeilleg Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/RetrigAO/src/RetrigAO.cpp,v 1.11 2007-06-29 15:45:57 abeilleg Exp $";
//+=============================================================================
//
// file : RetrigAO.cpp
......@@ -13,9 +13,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD
//
// $Author: abeilleg $
//
// $Revision: 1.10 $
// $Revision: 1.11 $
//
// $Log: not supported by cvs2svn $
// Revision 1.10 2007/06/25 10:19:05 abeilleg
// save data in files+bug fix on config cpy
//
// Revision 1.9 2007/05/10 12:20:21 abeilleg
// do stop only if running
//
......@@ -1104,9 +1107,9 @@ void RetrigAO::get_device_property()
<<default_delay<<endl;
}
//-------------------------------------------------------------
if (data[21].is_empty()==false)
if (data[29].is_empty()==false)
{
data[21] >> filePath;
data[29] >> filePath;
}
//-----------------------attribute persistancy------------------
/* if (data[21].is_empty()==false) data[21] >> channel0Waveform;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment