-
Hierarchical state machines are a great improvement to FSMs, have you seen them before? Also known as UML statecharts.
-
Create an alpha release of FPP and make a PR to nasa/fprime.
-
### Is your feature request related to a problem?
The state machine diagram feels really nice to use with composite states, guards, etc., but the lack of actions and triggers on transitions makes Gap…
-
A few further suggestions - don't know if you'd prefer these as separate Issues.
* Separate out the static test suite into another header file. It's hard to read and identify the code that is suppos…
-
... and add a special type of transition (the initial transition) to show the starting point of a state machine or the inside of a composite state. The only reason the initial pseudostate is needed is…
-
| --- | --- |
| Bugzilla Link | [457627](https://bugs.eclipse.org/bugs/show_bug.cgi?id=457627) |
| Status | NEW |
| Importance | P3 enhancement |
| Reported | Jan 15, 2015 11:58 EDT |
| Modified …
-
**Design Doc**
**Nov 29, 2024**
**Attendance**
- [x] Mitchell
- [ ] Kyle
- [ ] Rafeed
- [ ] Akshit
- [x] Richard
**Questions to Ask**
-
-
Using sml from submodule (latest master).
Using plant uml exporter from examples.
Everything looked ok and then I switched to using sml::on_entry and the exporter code produces really long and n…
-
Everytime a state machine is build the code create a UmlModelParser and parse the UML to get reference to DataHolder. However, instances of StateMachineImpl within the model are not release or garbage…
-
Today I wanted to update the Boost::SML library in our codebase, we used version 1.1.0 and I wanted to switch to 1.1.6. We have an extensive unit test suite and one of the tests failed.
We have th…