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

Definition at line 475 of file gcn.cc.

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

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

476  {
477  if (!CheckEventSize(evt.GetSize(), "SetDebugRx", 1))
478  return T::kSM_FatalError;
479 
480  fGCN.SetDebugRx(evt.GetBool());
481 
482  return T::GetCurrentState();
483  }
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: