Definition at line 62 of file test_client.c.
References buff, TT::c, client_str, TT::d, dic_get_dns_node(), dic_get_timestamp(), TT::f, TT::i, my_ctime, TT::s, str, and TT::str.
Referenced by main().
73 printf(
"Received ONCE_ONLY : %s\n",
buff);
83 printf(
"DNS node = %s\n",node);
84 printf(
"size = %d\n",*
size);
85 memcpy(&
t, buf, (
size_t)*
size);
86 printf(
"t.i = %d, t.d = %2.2f, t.s = %d, t.c = %c, t.f = %2.2f, t.str = %s\n",
91 str[(int)strlen(str)-1] =
'\0';
92 printf(
"timestamp = %s.%d\n",str,millis);
97 printf(
"%s Received %s for Service%03d\n",
client_str,buf,*tag);
#define my_ctime(t, str, size)
int dic_get_dns_node(char *node)
int dic_get_timestamp(unsigned serv_id, int *secs, int *milisecs)