FACT++  1.0
void StateMachineMCP::ConfigureFAD ( )
inlineprivate

Definition at line 279 of file mcp.cc.

References Dim::SendCommandNB().

280  {
281  Value *buf = GetBuffer();
282 
283  Dim::SendCommandNB("FAD_CONTROL/CONFIGURE", buf, sizeof(Value)+fRunType.length()+1);
284  Message("Configuring FAD");
285 
286  delete buf;
287  }
string fRunType
Definition: mcp.cc:182
Value * GetBuffer()
Definition: mcp.cc:254
void SendCommandNB(const std::string &command)
Definition: Dim.h:30
int Message(const std::string &str)
Definition: MessageImp.h:46

+ Here is the call graph for this function: