Nandkishor Biradar

Results 4 comments of Nandkishor Biradar

Hi Sergey, I haven't used cmake to generate a build for any embedded platform. Anyway, you don't need pthread to use the state machine framework. In the demo, it is...

Hi Mario Luzeiro, The UML state machine explained in [Wikipedia](https://en.wikipedia.org/wiki/UML_state_machine#Entry_and_exit_actions) or other resources don't have a concept of entry and exit callback for level. The entry and exit actions are...

Hi Mario, Yes, in the current implementation the state machine handles only one event at a time. This is to keep the implementation as minimal as possible. However, in complex...