In continuous time Stateflow charts, we attempt to analyze the during actions of states to make sure that they do not ha
Posted: Sun Mar 14, 2021 4:18 pm
In continuous time Stateflow charts, we attempt to analyze the during actions of states to make sure that they do not have side-effects. However, if a function cannot be inlined into the during action, we cannot analyze it for side-effects. A function might not be inlined because: \n\n1. It is recursive \n\n2. It is an exported function \n\n3. Its call-site makes it unsafe for inlining \n\nTherefore, you need to manually ensure that the function used in the following context is side-effect free.
In continuous-time Stateflow charts, transition conditions and state during actions do not support event broadcasts
cdr
In continuous-time Stateflow charts, transition conditions and state during actions do not support event broadcasts
cdr