Communication for solid slow control.

Fork of sscm_comm by wimbeaumont Project

Files at this revision

API Documentation at this revision

Comitter:
wbeaumont
Date:
Tue Oct 07 13:20:15 2014 +0000
Parent:
7:6d3c421026df
Commit message:
added fdatain ,fdataout in the structure not to be used for communication with the module

Changed in this revision

sscm_comm.h Show annotated file Show diff for this revision Revisions of this file
--- a/sscm_comm.h	Sun Oct 05 17:11:51 2014 +0000
+++ b/sscm_comm.h	Tue Oct 07 13:20:15 2014 +0000
@@ -10,9 +10,10 @@
  *  v 3.01 corrected name SSCCM to SSCM 
  *  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
  */
 
-#define SSCM_COMM_LIB_HDR_VERSION "3.31"
+#define SSCM_COMM_LIB_HDR_VERSION "3.40"
 
 #include "getVersion.h"
 
@@ -34,6 +35,8 @@
         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;
         u8 status;
     } ssc_cmd;