examples/DS401_Slave_Gui/CallBack.cpp
changeset 407 384c3cd7afa2
parent 382 860e858685d3
--- a/examples/DS401_Slave_Gui/CallBack.cpp	Tue Feb 19 15:21:42 2008 +0100
+++ b/examples/DS401_Slave_Gui/CallBack.cpp	Sun Feb 24 02:03:19 2008 +0100
@@ -69,7 +69,7 @@
 Call_post_sync (CO_Data * d)
 {
   //*textLog << wxT("Post_sync\n");
-  printf ("POST SYNC:\n");
+ /* printf ("POST SYNC:\n");
   printf
     ("     Write_Outputs: %x \n     Analogue_Output1: %d \n     Analogue_Output2: %d \n",
      Write_Outputs_8_Bit[0], Write_Analogue_Output_16_Bit[0],
@@ -77,7 +77,7 @@
   printf
     ("     Read_Input: %x \n     Analogue_Input1: %d \n     Analogue_Input2: %d \n",
      Read_Inputs_8_Bit[0], Read_Analogue_Input_16_Bit[0],
-     Read_Analogue_Input_16_Bit[1]);
+     Read_Analogue_Input_16_Bit[1]);*/
 }
 
 void
@@ -89,6 +89,6 @@
 void
 Call_storeODSubIndex (CO_Data * d, UNS16 wIndex, UNS8 bSubindex)
 {
-  printf ("StoreODSubIndex : %4.4x %2.2x\n", wIndex, bSubindex);
+  /*printf ("StoreODSubIndex : %4.4x %2.2x\n", wIndex, bSubindex);*/
   //*textLog << wxT("StoreODSubIndex :\n");
 }