Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[etrice-dev] major eTrice changes pushed

Hi developers,

I just have pushed a bunch of changes related to the inheritance of state machines.
The RefinedState formerly pointed to a BaseState. This was too narrow since RefinedStates should be able to target RefinedStates themselves (even if
in practice these cases might be rare).
I also fixed and completed the State Diagram editor which is now capable of showing inherited items at the positions they have in the base class.
Position changes in the base class are reflected in the derived class (only if the derived editor is re-opened).
Volunteers for testing of the new features (or even better writing unit tests) are very welcome!

Please commit your changes locally before pulling and be prepared for conflicts.

In case of any questions related to those changes or problems

-Henrik

  


Back to the top