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

"Migration_Tango7"

parent e3239d17
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId> <groupId>fr.soleil.device</groupId>
<artifactId>RetrigAO-${aol}-${mode}</artifactId> <artifactId>RetrigAO-${aol}-${mode}</artifactId>
<version>1.0.6</version> <version>1.0.7</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>RetrigAO</name> <name>RetrigAO</name>
......
...@@ -6,11 +6,14 @@ ...@@ -6,11 +6,14 @@
// //
// project : Retriggered Continuous Anolog Output // project : Retriggered Continuous Anolog Output
// //
// $Author: anoureddine $ // $Author: vince_soleil $
// //
// $Revision: 1.10 $ // $Revision: 1.11 $
// //
// $Log: not supported by cvs2svn $ // $Log: not supported by cvs2svn $
// Revision 1.10 2010/03/11 11:10:25 anoureddine
// deplace #include <tango.h> due to conflict between tang7/ACE
//
// Revision 1.9 2009/09/29 07:56:13 anoureddine // Revision 1.9 2009/09/29 07:56:13 anoureddine
// - Add BufferDepth property and use it to memorize bufferDepth attribute in order to keep compatibility wilth previous version // - Add BufferDepth property and use it to memorize bufferDepth attribute in order to keep compatibility wilth previous version
// - call init_board() in stop() command // - call init_board() in stop() command
...@@ -63,8 +66,8 @@ ...@@ -63,8 +66,8 @@
//using namespace Tango; //using namespace Tango;
//class ADLinkContinuousAO; //class ADLinkContinuousAO;
/** /**
* @author $Author: anoureddine $ * @author $Author: vince_soleil $
* @version $Revision: 1.10 $ $ * @version $Revision: 1.11 $ $
*/ */
// Add your own constants definitions here. // Add your own constants definitions here.
...@@ -88,7 +91,7 @@ namespace RetrigAO_ns ...@@ -88,7 +91,7 @@ namespace RetrigAO_ns
*/ */
class RetrigAO: public Tango::Device_3Impl class RetrigAO: public Tango::Device_4Impl
{ {
public : public :
// Add your own data members here // 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