Definition at line 1139 of file fadctrl.cc.
References EventImp::GetShort(), and EventImp::GetSize().
Referenced by StateMachineFAD< T >::StateMachineFAD().
1142 return T::kSM_FatalError;
1144 const int16_t slot = evt.
GetShort();
1146 const BoardList::iterator it =
GetSlot(slot);
1149 return T::GetCurrentState();
1156 return T::GetCurrentState();
void ConnectSlot(unsigned int i, const tcp::endpoint &addr)
const BoardList::iterator GetSlot(uint16_t slot)
bool CheckEventSize(size_t has, const char *name, size_t size)
virtual size_t GetSize() const