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

Definition at line 343 of file sqmctrl.cc.

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

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

344  {
345  if (!CheckEventSize(evt.GetSize(), "SetVerbosity", 1))
346  return T::kSM_FatalError;
347 
348  fSQM.SetVerbose(evt.GetBool());
349 
350  return T::GetCurrentState();
351  }
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: sqmctrl.cc:306
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: