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

status changed.

parent e614d157
No related branches found
No related tags found
No related merge requests found
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/ContinuousAO/src/ContinuousAO.cpp,v 1.5 2005-01-20 13:21:51 abeilleg Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/ContinuousAO/src/ContinuousAO.cpp,v 1.6 2005-01-25 10:12:58 abeilleg Exp $";
//+=============================================================================
//
// file : ContinuousAO.cpp
......@@ -13,9 +13,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD
//
// $Author: abeilleg $
//
// $Revision: 1.5 $
// $Revision: 1.6 $
//
// $Log: not supported by cvs2svn $
// Revision 1.5 2005/01/20 13:21:51 abeilleg
// following ASL modifications (states management).
//
// Revision 1.4 2004/12/21 13:06:59 abeilleg
// minor bugs fixed
//
......@@ -1352,12 +1355,12 @@ void ContinuousAO::set_internal_state(void)
{
case asl::ContinuousAO::STANDBY:
this->set_state(Tango::STANDBY);
this->set_status("The acquisition is stopped");
this->set_status("The generation is stopped");
break;
case asl::ContinuousAO::RUNNING:
case asl::ContinuousAO::ABORTING:
this->set_state(Tango::RUNNING);
this->set_status("The acquisition is running");
this->set_status("The generation is running");
break;
case asl::ContinuousAO::FAULT:
this->set_state(Tango::FAULT);
......@@ -1366,7 +1369,7 @@ void ContinuousAO::set_internal_state(void)
case asl::ContinuousAO::UNKNOWN:
default:
this->set_state(Tango::UNKNOWN);
this->set_status("The acquisition is in an unknown state");
this->set_status("The generation is in an unknown state");
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment