-
Notifications
You must be signed in to change notification settings - Fork 46
External parameters component code generation and unit test #682
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
Conversation
…so implmented the external paramGet_* function
… instead of a parameter buffer
Co-authored-by: Rob Bocchino <[email protected]>
Co-authored-by: Rob Bocchino <[email protected]>
|
@bocchino I have addressed all comments and this PR is ready to be merged. |
|
Looks good so far! When running Is there another branch of fprime to use to run |
|
Or possibly is a file not checked in to |
|
@bocchino my fprime changes are staged on https://github.com/Brian-Campuzano/fprime/tree/extern_params |
Got it, thanks! |
Ensure that variables are initialized
Silence compiler warnings on clang
Rename variables
Rename variables; add static casts
Rename variables
Rename variables Add static casts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I did a little refactoring in the Scala and the generated code.
Closes #640
Closes #643