functions for the communication between SOLID slow control modules and Cprograms
Diff: sscm_comm.h
- Revision:
- 8:ff6ba217a089
- Parent:
- 7:6d3c421026df
- Child:
- 10:0675c2e3d330
diff -r 6d3c421026df -r ff6ba217a089 sscm_comm.h --- 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;