You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modifies Clauses in Projects with Event or Event Data Ports lack "api" in modifies clause by default when compute cases contain outcomes that would populate outgoing ports on a component.
For example,
if I had
AADL:
cases
case
REQEx: "I'm an example"
assume
T;
guarantee
MustSend(myOutPort);
Then the codegen would not provide "api in the modifies clause of that initialize, compute, etc for that component.
The text was updated successfully, but these errors were encountered:
Modifies Clauses in Projects with Event or Event Data Ports lack "api" in modifies clause by default when compute cases contain outcomes that would populate outgoing ports on a component.
For example,
if I had
AADL:
cases
case
REQEx: "I'm an example"
assume
T;
guarantee
MustSend(myOutPort);
Then the codegen would not provide "api in the modifies clause of that initialize, compute, etc for that component.
The text was updated successfully, but these errors were encountered: