FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int DimClient::sendCommand
(
const char *
name
,
const char *
data
)
static
Definition at line
1128
of file
diccpp.cxx
.
References
DimCmnd::send()
.
1129
{
1130
DimCmnd
a;
1131
return
a.
send
((
char
*)name, (
char
*)
data
, (
int
)strlen(
data
)+1);
1132
}
DimCmnd
Definition:
dic.hxx:280
DimCmnd::send
int send(char *name, void *data, int datasize)
Definition:
diccpp.cxx:484
data
float data[4 *1440]
Definition:
EventBuilderWrapper.h:95
Here is the call graph for this function:
DimClient
Generated on Sun Sep 18 2016 20:50:47 for FACT++ by
1.8.11