jonasblixt / ufsm

Statechart library and editor
Other
357 stars 36 forks source link

implementation the internal transitions UFSM_TRANSITION_INTERNAL #16

Closed EduardShaid closed 5 years ago

EduardShaid commented 5 years ago

Will work with internal transitions (UFSM_TRANSITION_INTERNAL) be implemented ?

jonasblixt commented 5 years ago

I believe that this already works. The only difference compared to an external transition is that the entry/exits functions are not called with an internal transition.