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

Definition at line 465 of file gcn.cc.

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

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

466  {
467  if (!CheckEventSize(evt.GetSize(), "SetVerbosity", 1))
468  return T::kSM_FatalError;
469 
470  fGCN.SetVerbose(evt.GetBool());
471 
472  return T::GetCurrentState();
473  }
bool GetBool() const
Definition: EventImp.h:90
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: gcn.cc:454
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: