Skip to content
Snippets Groups Projects
Commit ddcd73c6 authored by Jean Coquet's avatar Jean Coquet
Browse files

passage � Tango7

parent c8d07ede
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId>
<artifactId>HexapodNewport-${aol}-${mode}</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>nar</packaging>
......
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/HexapodNewport/src/HexapodNewport.cpp,v 1.6 2010-03-30 13:13:40 jean_coquet Exp $";
static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/HexapodNewport/src/HexapodNewport.cpp,v 1.7 2010-03-30 15:20:36 jean_coquet Exp $";
//+=============================================================================
//
// file : HexapodNewport.cpp
......@@ -13,9 +13,12 @@ static const char *RcsId = "$Header: /users/chaize/newsvn/cvsroot/Motion/Hexapod
//
// $Author: jean_coquet $
//
// $Revision: 1.6 $
// $Revision: 1.7 $
//
// $Log: not supported by cvs2svn $
// Revision 1.6 2010/03/30 13:13:40 jean_coquet
// passage to Tango7 (Device_4Impl)
//
// Revision 1.5 2010/03/30 12:36:13 jean_coquet
// state now is immediatly MOVING on a move request
// commit and release
......@@ -403,7 +406,7 @@ void HexapodNewport::write_attributes_4(const Tango::AttributeValueList& values)
//- finaly call the normal method
try
{
Device_4Impl::write_attributes_4(values);
Device_4Impl::write_attributes_3(values);
}
catch (...)
{
......
......@@ -8,9 +8,12 @@
//
// $Author: jean_coquet $
//
// $Revision: 1.3 $
// $Revision: 1.4 $
//
// $Log: not supported by cvs2svn $
// Revision 1.3 2010/03/30 13:13:40 jean_coquet
// passage to Tango7 (Device_4Impl)
//
// Revision 1.2 2010/03/24 16:26:02 jean_coquet
// suppressed execute attribute, replaced with freeze attribute (when true, you can write several attributes without moving, all will move when you switch freeze to false)
// added write_attributes detection to allow scripts and scanserver to make move on more than 1 attribute simultaneously
......@@ -41,7 +44,7 @@
/**
* @author $Author: jean_coquet $
* @version $Revision: 1.3 $
* @version $Revision: 1.4 $
*/
// Add your own constants definitions here.
......@@ -373,7 +376,7 @@ protected :
int nb_of_attr_to_write_count;
//- Tango overloaded method used to manage the simultaneous writing of h,k,l
void write_attributes_3(const Tango::AttributeValueList& values) throw (CORBA::SystemException, Tango::DevFailed, Tango::MultiDevFailed);
void write_attributes_4(const Tango::AttributeValueList& values) throw (CORBA::SystemException, Tango::DevFailed, Tango::MultiDevFailed);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment