FACT++  1.0
State StateMachineDimControl::GetServerState ( const std::string &  server)

Definition at line 346 of file StateMachineDimControl.cc.

Referenced by RemoteControl< Shell >::JsState(), and RemoteControl< Shell >::JsWait().

347 {
348  const lock_guard<mutex> guard(fMutex);
349 
350  const auto it = fCurrentStateList.find(server);
351  return it==fCurrentStateList.end() ? State() : it->second;
352 }
int64_t second
offset of this column in the tile, from the start of the heap area
Definition: zofits.h:27
std::map< std::string, State > fCurrentStateList

+ Here is the caller graph for this function: