FACT++  1.0
void cmnd_rout ( int *  tag,
TT buf,
int *  size 
)

Definition at line 25 of file test_server_many.c.

References TT::c, TT::d, TT::f, TT::i, i, TT::s, and TT::str.

28 {
29 int i,*ptr;
30 
31  printf("Command received, size = %d, TT size = %d:\n", *size,
32  sizeof(TT));
33  printf("buf->i = %d, buf->d = %2.2f, buf->s = %d, buf->c = %c, buf->f = %2.2f, buf->str = %s\n",
34  buf->i,buf->d,buf->s,buf->c,buf->f,buf->str);
35 }
char str[20]
Definition: test_client.c:23
float f
Definition: test_client.c:22
int i
Definition: db_dim_client.c:21
Definition: test_client.c:14
short s
Definition: test_client.c:19
char c
Definition: test_client.c:20
int i
Definition: test_client.c:15
int size
Definition: db_dim_server.c:17
double d
Definition: test_client.c:18