FACT++  1.0
void DimClient::sendCommandNB ( const char *  name,
longlong  data 
)
static

Definition at line 1158 of file diccpp.cxx.

References DimCmnd::sendNB().

1159 {
1160  DimCmnd a;
1161  a.sendNB((char *)name, &data, sizeof(longlong));
1162 }
Definition: dic.hxx:280
float data[4 *1440]
int64_t longlong
Definition: dim_common.h:56
void sendNB(char *name, void *data, int datasize)
Definition: diccpp.cxx:512

+ Here is the call graph for this function: