FACT++  1.0
void StateMachineDim::Lock ( )
protectedvirtual

In the case of dim this secures HandleEvent against dim's commandHandler

Reimplemented from StateMachineImp.

Definition at line 151 of file StateMachineDim.cc.

References dim_lock().

152 {
153  dim_lock();
154 }
void dim_lock()
Definition: dim_thr.c:455

+ Here is the call graph for this function: