Print

Print


Commit in epics/trunk/epics_example/myexampleApp/src on MAIN
dbSubExample.c-2803 -> 804
remove constant

epics/trunk/epics_example/myexampleApp/src
dbSubExample.c 803 -> 804
--- epics/trunk/epics_example/myexampleApp/src/dbSubExample.c	2014-07-18 23:59:25 UTC (rev 803)
+++ epics/trunk/epics_example/myexampleApp/src/dbSubExample.c	2014-07-19 00:00:11 UTC (rev 804)
@@ -137,7 +137,6 @@
   constant = 1.;
   if(strcmp(action,"i_rd_sub")==0) {
     readHybridI(feb_id, id, ch_name, value, BUF_SIZE);
-    constant = 1e3;
   } 
   else if(strcmp(action,"t_rd_sub")==0) {
     int tId;
@@ -155,7 +154,6 @@
   } 
   else if(strcmp(action,"vn_sub")==0) {
     readHybridV(feb_id, id, ch_name, "Near", value, BUF_SIZE);
-    constant = 1e3;
   } 
   else if(strcmp(action,"v_set_sub")==0) {
     // need to move this to a write function?
SVNspam 0.1