Skip to content
Snippets Groups Projects
Commit 82e3fb78 authored by Alain BUTEAU's avatar Alain BUTEAU
Browse files

Code cleanup for TANGODEVIC-57

Mostly exception handling
parent 210c5474
No related branches found
No related tags found
No related merge requests found
......@@ -450,8 +450,7 @@ void XPSAxis::write_backlashEnabled(Tango::WAttribute &attr)
//- deactivation of backlash compensation
this->positioner->disable_backlash();
}
// if no exception
// set read part of attribute;
// if no exception raised then set read part of attribute;
m_backlashEnabled= new_backlashEnabled;
//- memorize backlashEnabled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment