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

GDS Plugins: Start-Up Applications #167

Merged
merged 6 commits into from
Mar 25, 2024
Merged

Conversation

LeStarch
Copy link
Collaborator

Related Issue(s)
Has Unit Tests (y/n)
Documentation Included (y/n)

Change Description

This PR makes several changes:

  1. Adds a GdsFunction plugin with generic run function
  2. Adds a GdsApp plugin with get_process_invocation function
  3. Fixes CLI for argument parsing to add in plugin sections for arguments
  4. Adds UTs for testing both plugin types
  5. Straightens out naming for plugins
  6. Adds Plugin class wrapper helper

Rationale

Users want start-up applications and functions

Future Work

Document this in fprime (github.com/nasa/fprime)

@LeStarch LeStarch requested a review from thomas-bc March 22, 2024 01:58
@LeStarch
Copy link
Collaborator Author

Also note: the plugin function definitions were moved within the classes they should return.

Copy link
Collaborator

@thomas-bc thomas-bc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like this new structure! LGTM

@LeStarch LeStarch merged commit 8882009 into nasa:devel Mar 25, 2024
11 checks passed
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.

None yet

2 participants