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

update state in always_exe_hk

parent b3cf3371
Branches
Tags
No related merge requests found
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 $"; static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/ADLINK/ContinuousAO/src/ContinuousAO.cpp,v 1.7 2005-04-21 08:33:44 abeilleg Exp $";
//+============================================================================= //+=============================================================================
// //
// file : ContinuousAO.cpp // file : ContinuousAO.cpp
...@@ -13,9 +13,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD ...@@ -13,9 +13,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/InputOutput/AD
// //
// $Author: abeilleg $ // $Author: abeilleg $
// //
// $Revision: 1.6 $ // $Revision: 1.7 $
// //
// $Log: not supported by cvs2svn $ // $Log: not supported by cvs2svn $
// Revision 1.6 2005/01/25 10:12:58 abeilleg
// status changed.
//
// Revision 1.5 2005/01/20 13:21:51 abeilleg // Revision 1.5 2005/01/20 13:21:51 abeilleg
// following ASL modifications (states management). // following ASL modifications (states management).
// //
...@@ -1050,7 +1053,7 @@ void ContinuousAO::get_device_property() ...@@ -1050,7 +1053,7 @@ void ContinuousAO::get_device_property()
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
void ContinuousAO::always_executed_hook() void ContinuousAO::always_executed_hook()
{ {
this->set_internal_state();
} }
//+---------------------------------------------------------------------------- //+----------------------------------------------------------------------------
...@@ -1175,6 +1178,12 @@ void ContinuousAO::start() ...@@ -1175,6 +1178,12 @@ void ContinuousAO::start()
{ {
DEBUG_STREAM << "ContinuousAO::start(): entering... !" << endl; DEBUG_STREAM << "ContinuousAO::start(): entering... !" << endl;
ao->lock_data();
ao->err_ctr = 0;
ao->unlock_data();
_ASL_TRY_ACTION _ASL_TRY_ACTION
( (
ao->start(), ao->start(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment