Tagged Questions
10
votes
9answers
5k views
Python state-machine design
Related to this SO question (C state-machine design), could you SO folks share with me (and the community!) your Python state-machine design techniques?
Update3: At the moment, I am going for an ...
9
votes
6answers
2k views
Finite State Machine and inter-FSM signaling
Recommendations for languages with native (so no FSM generation tools) support for state machine development and execution and passing of messages/signals. This is for telecoms, e.g implementation of ...
3
votes
3answers
1k views
Implementing event conditions in a C++ state machine
I'm using an hierarchical FSM for an embedded C++ application interface. I'd like to use small functions to determine whether certain inter-state events can be triggered, as well as use them to effect ...