FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int StateMachineDimControl::HandleServerRemove
(
const std::string &
server
)
Definition at line
426
of file
StateMachineDimControl.cc
.
Referenced by
StateMachineDimControl()
.
427
{
428
const
lock_guard<mutex> guard(
fMutex
);
429
fServerList
.erase(server);
430
431
return
GetCurrentState
();
432
}
StateMachineImp::GetCurrentState
int GetCurrentState() const
return the current state of the machine
Definition:
StateMachineImp.h:119
StateMachineDimControl::fServerList
std::set< std::string > fServerList
Definition:
StateMachineDimControl.h:17
StateMachineDimControl::fMutex
std::mutex fMutex
Definition:
StateMachineDimControl.h:13
Here is the caller graph for this function:
StateMachineDimControl
Generated on Sun Sep 18 2016 20:50:58 for FACT++ by
1.8.11