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

Definition at line 20 of file test_server_priorities.c.

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

Referenced by main().

23 {
24 int i,*ptr;
25 
26  printf("Command received, size = %d, TT size = %d:\n", *size,
27  sizeof(TT));
28  printf("buf->i = %d, buf->d = %2.2f, buf->s = %d, buf->c = %c, buf->f = %2.2f, buf->str = %s\n",
29  buf->i,buf->d,buf->s,buf->c,buf->f,buf->str);
30 }
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

+ Here is the caller graph for this function: