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

Definition at line 1902 of file biasctrl.cc.

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

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

1903  {
1904  if (!CheckEventSize(evt.GetSize(), "SetDummyMode", 1))
1905  return T::kSM_FatalError;
1906 
1907  fBias.SetDummyMode(evt.GetBool());
1908 
1909  return T::GetCurrentState();
1910  }
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: biasctrl.cc:1639
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: