2201 {
2203 if (e)
2204 {
2206 {
2207 hndDebugSpam(
"[hndfsm] recv event from remote: created event=" + e);
2208 }
2209
2210
2211
2212 if (e.GetEventID() ==
HandEventID.HUMANCOMMAND_ACTION_ABORTED)
2213 {
2215 m_FSM.ProcessAbortEvent(e, aa);
2216 }
2217 else
2218 {
2219 m_FSM.ProcessEvent(e);
2220 }
2221
2222 return true;
2223 }
2224 return false;
2225 }
void hndDebugSpam(string s)
Abstracted event, not to be used, only inherited.
static bool IsInventoryHFSMLogEnable()