Definition at line 598 of file fadctrl.cc.
References EventImp::GetSize(), i, and EventImp::Ptr().
Referenced by StateMachineFAD< T >::StateMachineFAD().
601 return T::kSM_FatalError;
603 const uint32_t *ptr = evt.
Ptr<uint32_t>();
607 T::Warn(
"Command value out of range (0-65535).");
608 return T::GetCurrentState();
613 T::Warn(
"Data value out of range (0-65535).");
614 return T::GetCurrentState();
618 i->second->PostCmd(ptr[0], ptr[1]);
620 return T::GetCurrentState();
bool CheckEventSize(size_t has, const char *name, size_t size)
const T * Ptr(size_t offset=0) const
virtual size_t GetSize() const