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

Definition at line 1140 of file diccpp.cxx.

References DimCmnd::sendNB().

Referenced by BridgeCommand::commandHandler(), StateMachineFeedback::HandleBiasCurrent(), Dim::SendCommandNB(), and DimServiceInfoList::SendDimCommand().

1141 {
1142  DimCmnd a;
1143  a.sendNB((char *)name, &data, sizeof(int));
1144 }
Definition: dic.hxx:280
float data[4 *1440]
void sendNB(char *name, void *data, int datasize)
Definition: diccpp.cxx:512

+ Here is the call graph for this function:

+ Here is the caller graph for this function: