FACT++  1.0
template<class T , class S >
int StateMachinePowerControl< T, S >::ToggleDrive ( )
inlineprivate

Definition at line 385 of file pwrctrl.cc.

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

386  {
387  fLastCommand = Time();
388  fPower.Post("dt=Drive+ON%2FOFF");
389  return T::GetCurrentState();
390 
391  }
Adds some functionality to boost::posix_time::ptime for our needs.
Definition: Time.h:30

+ Here is the caller graph for this function: