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

Definition at line 2287 of file drivectrl.cc.

References Drive::State::kInitialized.

2288  {
2289  const int rc = CheckState();
2290  return rc<0 ? State::kInitialized : rc;
2291  }