FACT++  1.0
vector< Description > DataLogger::GetDescription ( const string &  server,
const string &  service 
)
private

Definition at line 473 of file datalogger.cc.

Referenced by Start().

474 {
475  const lock_guard<mutex> guard(fMutex);
476  const auto it = fServiceDescriptionList.find(server+"/"+service);
477  return it==fServiceDescriptionList.end()?vector<Description>():it->second;
478 }
map< string, vector< Description > > fServiceDescriptionList
map and mutex for storing services description
Definition: datalogger.cc:238
mutex fMutex
Definition: datalogger.cc:239

+ Here is the caller graph for this function: