FACT++  1.0
int DimState::Callback ( const EventImp evt)
inlineprotected

Definition at line 39 of file DimState.h.

References fCallback, and StateMachineImp::kSM_KeepState.

Referenced by Handler(), DimVersion::Handler(), and DimControl::Handler().

40  {
41  return fCallback ? fCallback(evt) : StateMachineImp::kSM_KeepState;
42  }
Base class for a state machine implementation.
callback fCallback
Definition: DimState.h:27

+ Here is the caller graph for this function: