FACT++
1.0
|
|
inlineprotectedvirtual |
Is called continously to execute actions in the current state.
This is what the state machine is doing in a certain state continously. In an idle state this might just be doing nothing.
In the tracking state of the drive system this might be sending new command values to the drive based on its current position.
The current state of the state machine can be accessed by GetCurrentState()
Reimplemented in StateMachineSmartFACT, StateMachineFeedback, StateMachineRateControl, SkypeClient, StateMachineRateScan, StateMachineMCP, StateMachineEventServer, and StateMachineTimeCheck.
Definition at line 69 of file StateMachineImp.h.
References CreateEvent(), CreateService(), and fCurrentState.
Referenced by Run().