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

do stop only if running

parent e944f9e2
No related branches found
No related tags found
No related merge requests found
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/RetrigAO/src/RetrigAO.cpp,v 1.8 2006-11-24 10:04:56 abeilleg Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/RetrigAO/src/RetrigAO.cpp,v 1.9 2007-05-10 12:20:21 abeilleg Exp $";
//+=============================================================================
//
// file : RetrigAO.cpp
......@@ -13,9 +13,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD
//
// $Author: abeilleg $
//
// $Revision: 1.8 $
// $Revision: 1.9 $
//
// $Log: not supported by cvs2svn $
// Revision 1.8 2006/11/24 10:04:56 abeilleg
// correction on bug zero forcing.
//
// Revision 1.7 2006/09/18 10:32:52 abeilleg
// added internal software support.
//
......@@ -1275,7 +1278,8 @@ void RetrigAO::stop()
"RetrigAO::stop",
this->set_internal_state()
);*/
this->stop_with_zero_forcing();
if(this->get_state() == Tango::RUNNING)
this->stop_with_zero_forcing();
}
//+------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment