FACT++  1.0
template<class T , class S >
int StateMachineLidControl< T, S >::Open ( )
inlineprivate

Definition at line 506 of file lidctrl.cc.

References Lid::State::kMoving.

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

507  {
508  fLastCommand = Time();
509  fLid.Post("Button5=");
510  return Lid::State::kMoving;
511  }
Adds some functionality to boost::posix_time::ptime for our needs.
Definition: Time.h:30

+ Here is the caller graph for this function: