FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void StateMachineMCP::ConfigureFAD
(
)
inline
private
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
}
StateMachineMCP::fRunType
string fRunType
Definition:
mcp.cc:182
StateMachineMCP::GetBuffer
Value * GetBuffer()
Definition:
mcp.cc:254
Dim::SendCommandNB
void SendCommandNB(const std::string &command)
Definition:
Dim.h:30
MessageImp::Message
int Message(const std::string &str)
Definition:
MessageImp.h:46
Here is the call graph for this function:
StateMachineMCP
Generated on Sun Sep 18 2016 20:51:02 for FACT++ by
1.8.11