2516 {
2518 if (e)
2519 {
2521 {
2522 hndDebugSpam(
"[hndfsm] recv event from remote: created event=" + e);
2523 }
2524
2525
2526
2527 if (e.GetEventID() ==
HandEventID.HUMANCOMMAND_ACTION_ABORTED)
2528 {
2530 m_FSM.ProcessAbortEvent(e, aa);
2531 }
2532 else
2533 {
2534 m_FSM.ProcessEvent(e);
2535 }
2536
2537 return true;
2538 }
2539 return false;
2540 }
void hndDebugSpam(string s)
Abstracted event, not to be used, only inherited.
static bool IsInventoryHFSMLogEnable()