FACT++
1.0
|
|
inlineprivatevirtual |
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 from StateMachineImp.
Definition at line 723 of file ratecontrol.cc.
References RateScan::State::kConfiguring, Drive::State::kConnected, RateControl::State::kConnected, FTM::State::kConnected, RateControl::State::kDimNetworkNA, RateControl::State::kDisconnected, RateControl::State::kGlobalThresholdSet, RateControl::State::kInProgress, RateControl::State::kSettingGlobalThreshold, DimState::online(), and DimState::state().