examples/DS401_Slave_Gui/CallBack.cpp
changeset 295 25ff2fadff89
parent 246 d635cfc520ee
child 302 7ba4302a9999
equal deleted inserted replaced
294:d5493fe07e79 295:25ff2fadff89
    60 	*textLog << wxT("Stopped\n");
    60 	*textLog << wxT("Stopped\n");
    61 }
    61 }
    62 
    62 
    63 void Call_post_sync()
    63 void Call_post_sync()
    64 {
    64 {
    65     *textLog << wxT("Post_sync\n");
    65     //*textLog << wxT("Post_sync\n");
    66 	printf("POST SYNC:\n");
    66 	printf("POST SYNC:\n");
    67 	printf("     Write_Outputs: %x \n     Analogue_Output1: %d \n     Analogue_Output2: %d \n", Write_Outputs_8_Bit[0], Write_Analogue_Output_16_Bit[0], Write_Analogue_Output_16_Bit[1]);
    67 	printf("     Write_Outputs: %x \n     Analogue_Output1: %d \n     Analogue_Output2: %d \n", Write_Outputs_8_Bit[0], Write_Analogue_Output_16_Bit[0], Write_Analogue_Output_16_Bit[1]);
    68 	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]);
    68 	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]);
    69 }
    69 }
    70 
    70