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

Removed DeviceClasses/PowerSupply/Steerer/trunk/src/steerer.cpp

parent 9cd51a4a
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@
<groupId>fr.soleil.device</groupId>
<artifactId>Steerer-${aol}-${mode}</artifactId>
<version>3.0.13-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>nar</packaging>
<name>steerer</name> <!-- use for the name of executable -->
......@@ -25,7 +25,7 @@
<cpp>
<includePaths>
<includePath>src</includePath>
<includePath>src/libSteerer_203</includePath>
<includePath>src/libSteerer_302</includePath>
</includePaths>
</cpp>
</configuration>
......
This diff is collapsed.
This diff is collapsed.
......@@ -10,7 +10,7 @@
// Sebastien Laurent - ITEST
//
// = VERSION
// 3.00
// 3.01
//
// ============================================================================
#ifndef _ITEST_CLASSSTEERER_H_
......@@ -42,6 +42,8 @@ namespace itest{
#define STEERER_OFF 0
#define STEERER_ON 1
//- #define OFF 0
//- #define ON 1
#define Q_SYSTERR ":syst:err?"
......@@ -93,7 +95,7 @@ class Socket{
class TBilt : private Socket //public Socket modif V202 05/06/07
{
private:
char BuffLastErr[50];
char BuffLastErr[BUFFSIZE]; //modif V302 13/02/14
int NumLastErr;
const char *StrLastErr; //modif V202 07/06/07 passage en private
protected:
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment