statecharts icon indicating copy to clipboard operation
statecharts copied to clipboard

Feature Request: Replace API with sc_eventid by StatemachineTimer in C++ artefacts

Open stmork opened this issue 8 years ago • 1 comments

The sc_eventid has to mapped to a StatemachineTimer instance in setTimer()/unsetTimer() implementation. Is it possible to make the sc_eventid type directly a StatemachineTimer? The representation of sc_eventid is a (bool *) with some internal pointer arithmetics which are inefficent in some ways.

stmork avatar Apr 09 '16 10:04 stmork

Making the timer interface more object oriented will be subject for a new version of the C++ code generator. New version means new major version here. So we speak about the 3.0 release of SCT.

terfloth avatar Dec 07 '16 14:12 terfloth