Skip to content
Snippets Groups Projects
Commit 882c43b6 authored by Vincent Hardion's avatar Vincent Hardion
Browse files

"Migration_Tango7"

parent c9e9285d
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>SY2527Channel-${aol}-${mode}</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>nar</packaging>
<name>SY2527Channel</name>
<description>SY2527Channel device</description>
......
......@@ -6,11 +6,14 @@
//
// project : SY2527Channel
//
// $Author: sebleport $
// $Author: vince_soleil $
//
// $Revision: 1.4 $
// $Revision: 1.5 $
//
// $Log: not supported by cvs2svn $
// Revision 1.4 2007/09/07 13:14:56 sebleport
// - add position_in_crate (vector) data member
//
// Revision 1.3 2007/09/06 09:13:44 sebleport
// - shiftVoltage changed by deltaVoltage attribute
// - add OFF state
......@@ -48,8 +51,8 @@
//using namespace Tango;
/**
* @author $Author: sebleport $
* @version $Revision: 1.4 $
* @author $Author: vince_soleil $
* @version $Revision: 1.5 $
*/
// Add your own constants definitions here.
......@@ -81,7 +84,7 @@ namespace SY2527Channel_ns
*/
class SY2527Channel: public Tango::Device_3Impl
class SY2527Channel: public Tango::Device_4Impl
{
public :
// Add your own data members here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment