FACT++  1.0
template<class T , class S >
int StateMachineDrive< T, S >::ResetError ( )
inlineprivate

Definition at line 2205 of file drivectrl.cc.

References Drive::State::kInitialized.

Referenced by StateMachineDrive< T, S >::StateMachineDrive().

2206  {
2207  const int rc = CheckState();
2208  return rc>0 ? rc : State::kInitialized;
2209  }

+ Here is the caller graph for this function: