Skip to content
New issue

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

Replace PartitionCalls with new syscalls #109

Closed
wants to merge 17 commits into from
Closed

Conversation

florianhartung
Copy link
Collaborator

Currently, different workarounds such as shared memory or PartitionCalls are used to manage sampling ports, partition mode transitions, etc. This PR aims to implement a generic IPC method called syscalls to manage ARINC653 services.

The first goal is to replace the existing PartitionCalls which are responsible for these services: SEND_PARTITION_MODE, RAISE_APPLICATION_ERROR, REPORT_APPLICATION_MESSAGE.

@florianhartung
Copy link
Collaborator Author

Closing in favor of #127

@florianhartung florianhartung deleted the dev/syscalls branch August 7, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants