FACT++  1.0
int StateMachineFeedback::LoadOffset ( const EventImp evt)
inlineprivate

Definition at line 1088 of file feedback.cc.

References EventImp::GetText().

Referenced by StateMachineFeedback().

1089  {
1090  LoadOffsets(evt.GetText());
1091  return GetCurrentState();
1092  }
bool LoadOffsets(const string &file)
Definition: feedback.cc:1063
int GetCurrentState() const
return the current state of the machine
const char * GetText() const
Definition: EventImp.h:88

+ Here is the call graph for this function:

+ Here is the caller graph for this function: