FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
int StateMachineDimControl::HandleAddService
(
const
Service
&
svc
)
Definition at line
502
of file
StateMachineDimControl.cc
.
Referenced by
StateMachineDimControl()
.
503
{
504
// Make a copy of the list to be able to
505
// lock the access to the list
506
const
lock_guard<mutex> guard(
fMutex
);
507
fServiceList
.insert(svc);
508
509
return
GetCurrentState
();
510
}
StateMachineImp::GetCurrentState
int GetCurrentState() const
return the current state of the machine
Definition:
StateMachineImp.h:119
StateMachineDimControl::fServiceList
std::set< Service > fServiceList
Definition:
StateMachineDimControl.h:18
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