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

TANGODEVIC-1021

parent 5324d0d0
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</parent> </parent>
<groupId>fr.soleil.device</groupId> <groupId>fr.soleil.device</groupId>
<artifactId>FemtoCurrentAmplifier-${aol}-${mode}</artifactId> <artifactId>FemtoCurrentAmplifier-${aol}-${mode}</artifactId>
<version>1.4.3-SNAPSHOT</version> <version>1.4.3</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>FemtoCurrentAmplifier</name> <name>FemtoCurrentAmplifier</name>
<!-- use for the name of executable --> <!-- use for the name of executable -->
......
...@@ -163,6 +163,7 @@ namespace FemtoCurrentAmplifier_ns ...@@ -163,6 +163,7 @@ namespace FemtoCurrentAmplifier_ns
CREATE_DEVSTRING_ATTRIBUTE(attr_gainSelected_read,MAX_STRING_LENGTH,"Not initialised"); CREATE_DEVSTRING_ATTRIBUTE(attr_gainSelected_read,MAX_STRING_LENGTH,"Not initialised");
attr_gain_write = 0; attr_gain_write = 0;
auto_search_gain_thread=0;
is_dio_proxy_created = false; is_dio_proxy_created = false;
creates_dio_proxy(); creates_dio_proxy();
...@@ -913,6 +914,7 @@ namespace FemtoCurrentAmplifier_ns ...@@ -913,6 +914,7 @@ namespace FemtoCurrentAmplifier_ns
set_status("Femto Device is automatically searching the Gain"); set_status("Femto Device is automatically searching the Gain");
//- Start the thread //- Start the thread
if (auto_search_gain_thread ==0)
auto_search_gain_thread = new AutoSearchGainThread(this, mutex); auto_search_gain_thread = new AutoSearchGainThread(this, mutex);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment