We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current AIR and PolyORB-HI/C backend have a name collision issue when two out ports of a thread are connected to the same out port of a process.
The text was updated successfully, but these errors were encountered:
* Address name collision in mapping multiple thread port to the same
984432d
process For #251
* Adjust port name
8eaf625
For OpenAADL/ocarina#251
* Leftover syntax error
44ffa14
For #251
* Reuse existing port in case of name conflict
c8b6a80
* (Global_Port_Names) In the case of a thread to thread connection,
f2ba641
use the name of the feature For #251
* Adjust port size computation to use process port
21d359a
For openaadl/ocarin#251
yoogx
No branches or pull requests
The current AIR and PolyORB-HI/C backend have a name collision issue when two out ports of a thread are connected to the same out port of a process.
The text was updated successfully, but these errors were encountered: