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

Definition at line 26 of file test_server.c.

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

Referenced by main().

27 {
28 
29  if(tag){}
31  printf("Command received, size = %d, TT size = %d:\n", *size,
32  (int)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
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
void dim_print_date_time()
Definition: utilities.c:134

+ Here is the call graph for this function:

+ Here is the caller graph for this function: