2211 {
2213 if (e)
2214 {
2216 {
2217 hndDebugSpam(
"[hndfsm] recv event from remote: created event=" + e);
2218 }
2219
2220
2221
2222 if (e.GetEventID() ==
HandEventID.HUMANCOMMAND_ACTION_ABORTED)
2223 {
2225 m_FSM.ProcessAbortEvent(e, aa);
2226 }
2227 else
2228 {
2229 m_FSM.ProcessEvent(e);
2230 }
2231
2232 return true;
2233 }
2234 return false;
2235 }
void hndDebugSpam(string s)
Abstracted event, not to be used, only inherited.
static bool IsInventoryHFSMLogEnable()