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

Definition at line 500 of file lidctrl.cc.

References EventImp::GetText().

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

501  {
502  fLid.Post(evt.GetText());
503  return T::GetCurrentState();
504  }
const char * GetText() const
Definition: EventImp.h:88

+ Here is the call graph for this function:

+ Here is the caller graph for this function: