Definition at line 985 of file fadctrl.cc.
References EventImp::Get(), EventImp::GetSize(), i, and EventImp::Ptr().
Referenced by StateMachineFAD< T >::StateMachineFAD().
988 return T::kSM_FatalError;
990 const int16_t *slot = evt.
Ptr<int16_t>();
991 const bool block = evt.
Get<uint8_t>(4);
993 for (
int i=slot[0];
i<=slot[1];
i++)
995 const BoardList::iterator it=
GetSlot(
i);
997 it->second->SetBlockTransmission(block);
1000 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)
const T * Ptr(size_t offset=0) const
virtual size_t GetSize() const