functions for the communication between SOLID slow control modules and Cprograms

Dependents:   sscm SPItest sscm

Revision:
10:0675c2e3d330
Parent:
8:ff6ba217a089
Child:
11:1fb5d6810b29
--- a/sscm_comm.h	Tue Oct 14 17:06:23 2014 +0000
+++ b/sscm_comm.h	Thu Oct 23 17:24:33 2014 +0000
@@ -82,5 +82,11 @@
     public: getsscmVersion()   ;
 };
 
+
+void float2_2u16( float in, u16& msb, u16& lsb);
+
+float  u162float( u16 msb, u16 lsb);
+
+
 };
 #endif