FACT++  1.0
int StateMachineDimControl::HandleDescriptions ( DimDescriptions state)

Definition at line 376 of file StateMachineDimControl.cc.

References DimDescriptions::descriptions.

Referenced by HandleServerAdd().

377 {
378  const lock_guard<mutex> guard(fMutex);
379 
380  for (auto it=dim->descriptions.begin(); it!=dim->descriptions.end(); it++)
381  fServiceDescriptionList[it->front().name].assign(it->begin(), it->end());
382 
383  return GetCurrentState();
384 }
int GetCurrentState() const
return the current state of the machine
std::map< std::string, std::vector< Description > > fServiceDescriptionList

+ Here is the caller graph for this function: