Integrate Ada code with cFS app #475
Unanswered
HugoValente11
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
Is this the SDL you're referring to? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It's been 15+ years for me, but I have integrated C and ADA code in the past. I'd write a simple C application "wrapper" that has whatever cFS API calls and logic you need for the application and call the ADA to do the work. Details probably depend on your toolchain, but a simple google search for "call ADA from C" turns up numerous references. The language binding should be there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I want to add an app to cFS which is supposed to act as the mode manager of the satellite. It is done in SDL and I can generate the code for Ada. However now I come to a point where I'm unsure how to integrate the Ada-generated code into a cFS application.
Has anyone done something similar that could point me to how I should approach it?
Best regards,
Hugo
Beta Was this translation helpful? Give feedback.
All reactions