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

Definition at line 1798 of file biasctrl.cc.

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

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

1799  {
1800  if (!CheckEventSize(evt.GetSize(), "ExpertSetChannelDac", 4))
1801  return false;
1802 
1803  fBias.ExpertChannelSetDac(evt.Get<uint16_t>(), evt.Get<uint16_t>(2));
1804 
1805  return T::GetCurrentState();
1806  }
bool CheckEventSize(size_t has, const char *name, size_t size)
Definition: biasctrl.cc:1639
T Get(size_t offset=0) const
Definition: EventImp.h:66
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: