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

Definition at line 9 of file test_client1.c.

Referenced by main().

12 {
13 
14  printf("Received beam%d Data : %d\n",*tag, buf[0]);
15 }

+ Here is the caller graph for this function: