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

Definition at line 1582 of file ftmctrl.cc.

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

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

1583  {
1584  if (!CheckEventSize(evt.GetSize(), "SetHexOutput", 1))
1585  return T::kSM_FatalError;
1586 
1587  fFTM.SetHexOutput(evt.GetBool());
1588 
1589  return T::GetCurrentState();
1590  }
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: