Skip to content
Snippets Groups Projects
Commit 6127f042 authored by ELATTAOUI's avatar ELATTAOUI
Browse files

Novelec part : bug at init fixed.

parent d8c411da
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,12 @@ ...@@ -12,9 +12,12 @@
// //
// $Author: xavela $ // $Author: xavela $
// //
// $Revision: 1.7 $ // $Revision: 1.8 $
// //
// $Log: not supported by cvs2svn $ // $Log: not supported by cvs2svn $
// Revision 1.7 2012/07/03 06:15:53 xavela
// Novelec part : bug at init fixed.
//
// Revision 1.6 2010/06/10 14:36:15 xavela // Revision 1.6 2010/06/10 14:36:15 xavela
// cmd switch_off called before any parameters modifications and then locked with switch_on. // cmd switch_off called before any parameters modifications and then locked with switch_on.
// //
...@@ -106,11 +109,11 @@ public : ...@@ -106,11 +109,11 @@ public :
virtual std::string write_read(std::string cmd_to_send) = 0; virtual std::string write_read(std::string cmd_to_send) = 0;
/** /**
* \brief Performs a write read operation as string. * \brief Performs a write read operation as string. (for Serialline )
* *
* \throws Tango::DevFailed * \throws Tango::DevFailed
*/ */
virtual std::string write_read (std::string command_to_send, long nbChar) {}; virtual std::string write_read (std::string command_to_send, long nbChar) {return "";}
/** /**
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>Electrometers-${aol}-${library}-${mode}</artifactId> <artifactId>Electrometers-${aol}-${library}-${mode}</artifactId>
<version>2.5.6</version> <version>2.5.7</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>Electrometers library</name> <name>Electrometers library</name>
<description>Electrometers library</description> <description>Electrometers library</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment