functions for the communication between SOLID slow control modules and Cprograms

Dependents:   sscm SPItest sscm

Files at this revision

API Documentation at this revision

Comitter:
wbeaumont
Date:
Fri Oct 23 11:22:36 2015 +0000
Parent:
11:1fb5d6810b29
Commit message:
production version archiving

Changed in this revision

getVersion.cpp Show annotated file Show diff for this revision Revisions of this file
getVersion.h Show annotated file Show diff for this revision Revisions of this file
sscm_comm.cpp Show annotated file Show diff for this revision Revisions of this file
sscm_comm.h Show annotated file Show diff for this revision Revisions of this file
diff -r 1fb5d6810b29 -r cf007e9619e1 getVersion.cpp
--- a/getVersion.cpp	Thu Oct 23 17:42:11 2014 +0000
+++ b/getVersion.cpp	Fri Oct 23 11:22:36 2015 +0000
@@ -1,4 +1,7 @@
 #include "getVersion.h"
+/*
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
+*/
 
 #define GETVERSION_SRC_VER  "0.10"
 
diff -r 1fb5d6810b29 -r cf007e9619e1 getVersion.h
--- a/getVersion.h	Thu Oct 23 17:42:11 2014 +0000
+++ b/getVersion.h	Fri Oct 23 11:22:36 2015 +0000
@@ -8,7 +8,7 @@
  *  written for the SOLID SM1 control module firmware 
  *
  * author  Wim.Beaumont@Uantwerpen.be
- * (C)  Universiteit Antwerpen  5 October 2014 
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
  *
  * version history 
  * v 0.10  intial development vesion
diff -r 1fb5d6810b29 -r cf007e9619e1 sscm_comm.cpp
--- a/sscm_comm.cpp	Thu Oct 23 17:42:11 2014 +0000
+++ b/sscm_comm.cpp	Fri Oct 23 11:22:36 2015 +0000
@@ -13,6 +13,7 @@
  * v3.33  corrected range checking temperature 
  * v3.40  added float to datain , dataout conversion
  * v3.41  bug status decoding corrected
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
 *******/
 
 #include "sscm_comm.h"
diff -r 1fb5d6810b29 -r cf007e9619e1 sscm_comm.h
--- a/sscm_comm.h	Thu Oct 23 17:42:11 2014 +0000
+++ b/sscm_comm.h	Fri Oct 23 11:22:36 2015 +0000
@@ -12,7 +12,8 @@
  *  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
- 
+ *
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
  */
 
 #define SSCM_COMM_LIB_HDR_VERSION "3.41"