Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 250 → Rev 251

/cvi/RedPitaya/soccli/soccli.c
452,7 → 452,8
hdr[0] = 1;
hdr[1] = 2*sizeof(int);
ClientTCPWrite(chandle,&hdr[0],hdr[1],5000); // stop the transfer
 
printf("INFO Stopping the acquisition\n");
SetCtrlVal(panel,PANEL_START, 0);
if (foutput) fclose(foutput);
foutput=NULL;
}