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

Definition at line 512 of file lidctrl.cc.

References Lid::State::kMoving.

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

513  {
514  fLastCommand = Time();
515  fLid.Post("Button6=");
516  return Lid::State::kMoving;
517 
518  }
Adds some functionality to boost::posix_time::ptime for our needs.
Definition: Time.h:30

+ Here is the caller graph for this function: