Definition at line 1003 of file fadctrl.cc.
References EventImp::Get(), and EventImp::GetSize().
Referenced by StateMachineFAD< T >::StateMachineFAD().
1006 return T::kSM_FatalError;
1008 const uint16_t slot = evt.
Get<uint16_t>();
1012 T::Warn(
"Slot out of range (0-39).");
1013 return T::GetCurrentState();
1018 return T::GetCurrentState();
T Get(size_t offset=0) const
void SetIgnore(int i, bool b) const
bool CheckEventSize(size_t has, const char *name, size_t size)
virtual size_t GetSize() const