Fix for updating aidge bundle
Compare changes
Files
8@@ -10,164 +10,162 @@
@@ -10,164 +10,162 @@
* @brief a class used to save the execution context of state machines, that is the actual state in the FSM, the actual node in the graph
* @param idxRejeced the idx in the global regected node vector init max() as sentinel value of undefind
FsmRunTimeContext(std::shared_ptr<FsmNode> actState ,NodePtr actOpNode ,std::size_t idxRejeced =std::numeric_limits<std::size_t>::max() );
FsmRunTimeContext(std::shared_ptr<FsmRunTimeContext> fsmRunTime,std::shared_ptr<FsmNode> actState ,NodePtr actOpNode );