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

Definition at line 1778 of file biasctrl.cc.

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

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

1779  {
1780  if (!CheckEventSize(evt.GetSize(), "ExpertSetGlobalDac", 2))
1781  return false;
1782 
1783  fBias.ExpertGlobalSetDac(evt.GetUShort());
1784 
1785  return T::GetCurrentState();
1786  }
uint16_t GetUShort() const
Definition: EventImp.h:92
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: biasctrl.cc:1639
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: