Definition at line 971 of file fadctrl.cc.
References EventImp::Get(), and EventImp::GetSize().
Referenced by StateMachineFAD< T >::StateMachineFAD().
974 return T::kSM_FatalError;
976 const int16_t slot = evt.
Get<int32_t>();
978 const BoardList::iterator it=
GetSlot(slot);
980 it->second->SetBlockTransmission(evt.
Get<uint8_t>(2));
982 return T::GetCurrentState();
const BoardList::iterator GetSlot(uint16_t slot)
T Get(size_t offset=0) const
bool CheckEventSize(size_t has, const char *name, size_t size)
virtual size_t GetSize() const