Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 336 → Rev 337

/cvi/apps/RedPitaya/soccli/soccli.c
432,6 → 432,9
static time_t t0, t1;
time(&t0);
switch (xType) {
case TCP_CONNECT:
printf("TCP_CONNECT \n");
break;
case TCP_DISCONNECT:
printf("TCP_DISCONNECT ErrorString %s\n",GetTCPErrorString(errCode));
printf("TCP_DISCONNECT SystemErrorString %s\n",GetTCPSystemErrorString());