-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State Machine Simulator #1158
State Machine Simulator #1158
Conversation
- the state machine simulator view now reacts to the state machines selected in the navigator or state machine diagrams
- selecting a transition in the simulator highlights the corresponding transition in the diagram - selecting a transition in the diagram selects the transition in the transition viewer
8e7f7af
to
bd868d5
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## development #1158 +/- ##
=================================================
- Coverage 86.87% 86.72% -0.15%
- Complexity 5145 5181 +36
=================================================
Files 629 632 +3
Lines 25659 25793 +134
Branches 2331 2346 +15
=================================================
+ Hits 22290 22368 +78
- Misses 2584 2636 +52
- Partials 785 789 +4
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking awsome!!
...temachines.ui/src/de/dlr/sc/virsat/model/extension/statemachines/ui/views/SimulatorView.java
Outdated
Show resolved
Hide resolved
…:virtualsatellite/VirtualSatellite4-Core.git into feature/1044-state-machine-simulator
This PR adds a simulator for the stepwise execution of state machines.
How to use:
Closes #1044