FACT++  1.0
template<class T , class S >
int StateMachinePowerControl< T, S >::Post ( const EventImp evt)
inlineprivate

Definition at line 369 of file pwrctrl.cc.

References EventImp::GetText().

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

370  {
371  fPower.Post(evt.GetText());
372  return T::GetCurrentState();
373  }
const char * GetText() const
Definition: EventImp.h:88

+ Here is the call graph for this function:

+ Here is the caller graph for this function: