FACT++  1.0
int StateMachineFeedback::SetVerbosity ( const EventImp evt)
inlineprivate

Definition at line 956 of file feedback.cc.

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

Referenced by StateMachineFeedback().

957  {
958  if (!CheckEventSize(evt.GetSize(), "SetVerbosity", 1))
959  return kSM_FatalError;
960 
961  fIsVerbose = evt.GetBool();
962 
963  return GetCurrentState();
964  }
int GetCurrentState() const
return the current state of the machine
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: feedback.cc:103
Fatal error: stop program.
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: