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

Definition at line 390 of file agilentctrl.cc.

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

391  {
392  if (!CheckEventSize(evt.GetSize(), "SetDebugRx", 1))
393  return T::kSM_FatalError;
394 
395  fAgilent.SetDebugRx(evt.GetBool());
396 
397  return T::GetCurrentState();
398  }
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: