FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void got_data
(
int *
tag
,
int *
data
,
int *
size
)
Definition at line
5
of file
demo_client.c
.
Referenced by
main()
.
8
{
9
10
if
(*
data
== -1)
11
printf(
"Server is dead\n"
);
12
else
13
printf(
"got data: %d\n"
,*
data
);
14
}
data
float data[4 *1440]
Definition:
EventBuilderWrapper.h:95
Here is the caller graph for this function:
dim
src
examples
demo_client.c
Generated on Sun Sep 18 2016 20:50:31 for FACT++ by
1.8.11