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

Definition at line 1592 of file ftmctrl.cc.

References EventImp::GetBool(), and EventImp::GetSize().

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

1593  {
1594  if (!CheckEventSize(evt.GetSize(), "SetDynamicOut", 1))
1595  return T::kSM_FatalError;
1596 
1597  fFTM.SetDynamicOut(evt.GetBool());
1598 
1599  return T::GetCurrentState();
1600  }
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: ftmctrl.cc:1467
bool GetBool() const
Definition: EventImp.h:90
virtual size_t GetSize() const
Definition: EventImp.h:55

+ Here is the call graph for this function:

+ Here is the caller graph for this function: