FACT++  1.0
DimStart::DimStart ( const std::string &  name,
MessageImp imp 
)
inlineprotected

Definition at line 37 of file StateMachineDim.h.

References DimClient::setNoDataCopy(), and DimServer::start().

37  : DimErrorRedirecter(imp), fIsValidServer(!name.empty())
38  {
40  if (fIsValidServer)
41  {
42  DimServer::start(name.c_str());
43 
44  // Give some time to come up before
45  // the first log messages are sent
46  sleep(1);
47  }
48  }
const bool fIsValidServer
static void start()
Definition: discpp.cxx:512
DimErrorRedirecter(MessageImp &imp)
static void setNoDataCopy()
Definition: diccpp.cxx:1236

+ Here is the call graph for this function: