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

Definition at line 380 of file agilentctrl.cc.

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

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

381  {
382  if (!CheckEventSize(evt.GetSize(), "SetVerbosity", 1))
383  return T::kSM_FatalError;
384 
385  fAgilent.SetVerbose(evt.GetBool());
386 
387  return T::GetCurrentState();
388  }
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: agilentctrl.cc:369
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: