functions for the communication between SOLID slow control modules and Cprograms

Dependents:   sscm SPItest sscm

Revision:
11:1fb5d6810b29
Parent:
10:0675c2e3d330
Child:
12:cf007e9619e1
--- a/sscm_comm.h	Thu Oct 23 17:24:33 2014 +0000
+++ b/sscm_comm.h	Thu Oct 23 17:42:11 2014 +0000
@@ -11,9 +11,11 @@
  *  v 3.20 added version functions
  *  v 3.30 version functions moved to getVersion class 
  *  v 3.40 added fdatain and fdataout for float communication
+ *  v 3.41 removed fdataout , renamed fdatain to fdata
+ 
  */
 
-#define SSCM_COMM_LIB_HDR_VERSION "3.40"
+#define SSCM_COMM_LIB_HDR_VERSION "3.41"
 
 #include "getVersion.h"
 
@@ -35,8 +37,7 @@
         u8 y;  // y coordinate MPPC not used for the communication to the SSCM y coordinate MPPC 
         u16 datain; // 2 char 0000 -- FFFF
         u16 dataout;// 2 char 00 -- FF
-        float fdatain ;
-        float fdataout;
+        float fdata ;        
         u8 status;
     } ssc_cmd;