Example #1
0
    public override string postEvent(FSMEvent_C evt)
    {
        string msg = evt.msg;

        switch (evt.msg)
        {
        }
        return("");
    }
Example #2
0
 public void postEvt(FSMEvent_C evt)
 {
     this.fsm_.postEvent(evt);
 }
Example #3
0
 public override string postEvent(FSMEvent_C evt)
 {
     return("");
 }