This library is designed to create and run state graphs. It supports hierarchical states and parallel states execution.

Revision:
2:5e2336b52d0a
Parent:
0:f4fdca2c4c67
--- a/StateMachineLib/source/StateMachine.cpp	Tue Oct 03 08:36:40 2017 +0000
+++ b/StateMachineLib/source/StateMachine.cpp	Tue Feb 12 08:30:30 2019 +0000
@@ -173,7 +173,7 @@
                           outcome,
                           m_targetStateUUID);
             
-            // Recall execution with the next target state
+            // Recall execution for sheduling the next target state
             return this->onExecute();
         }
     }