In continuous time Stateflow charts, we attempt to analyze the during actions of states to make sure that they do not ha

Post Reply
farnooshY
Posts: 1108
Joined: Thu Mar 04, 2021 2:48 pm
Contact:

In continuous time Stateflow charts, we attempt to analyze the during actions of states to make sure that they do not ha

Post by farnooshY »

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
Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests