FACT++  1.0
int DimClient::sendCommand ( const char *  name,
float  data 
)
static

Definition at line 1104 of file diccpp.cxx.

References DimCmnd::send().

1105 {
1106  DimCmnd a;
1107  return a.send((char *)name, &data, sizeof(float));
1108 }
Definition: dic.hxx:280
int send(char *name, void *data, int datasize)
Definition: diccpp.cxx:484
float data[4 *1440]

+ Here is the call graph for this function: