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

Definition at line 1116 of file diccpp.cxx.

References DimCmnd::send().

1117 {
1118  DimCmnd a;
1119  return a.send((char *)name, &data, sizeof(longlong));
1120 }
Definition: dic.hxx:280
int send(char *name, void *data, int datasize)
Definition: diccpp.cxx:484
float data[4 *1440]
int64_t longlong
Definition: dim_common.h:56

+ Here is the call graph for this function: