-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add FPrime support #77
Comments
Change Manager: Confirmed that the issue exists. |
Technical Lead: Confirmed that the issue should be addressed. |
Technical Lead: Issue scheduled for Ogma 1.(0+X).(7+Y). Fix assigned to: @ivanperez-keera. |
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. [ci skip]
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. [ci skip]
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. [ci skip]
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. [ci skip]
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. [ci skip]
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. [ci skip]
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. [ci skip]
…. Refs #77. This commit adds a new command the ogma's core that generates an FPrime monitoring component that exposes ports for input data, as well as one a command to execute the monitors when desired, reports any violations.
Expose the new FPrime backend via the command-line interface.
…77. Mention the existence of the new FPrime backend in the top-level documentation of the main module.
…. Refs #77. This commit adds a new command the ogma's core that generates an FPrime monitoring component that exposes ports for input data, as well as one a command to execute the monitors when desired, reports any violations.
Expose the new FPrime backend via the command-line interface.
…77. Mention the existence of the new FPrime backend in the top-level documentation of the main module.
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. Describe existing limitations for the command.
Implementor: Solution implemented, review requested. |
…. Refs #77. This commit adds a new command the ogma's core that generates an FPrime monitoring component that exposes ports for input data, as well as one a command to execute the monitors when desired, reports any violations.
Expose the new FPrime backend via the command-line interface.
…77. Mention the existence of the new FPrime backend in the top-level documentation of the main module.
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. Describe existing limitations for the command.
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. Describe existing limitations for the command.
Add instructions of how the `fprime` command works. Add entry in list of features documenting the new F' (FPrime) support. Describe existing limitations for the command.
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
Description
We have determined that supporting FPrime would generally be useful for Ogma and related projects (e.g., FRET). a backend for FPrime should be officially added.
Type
Additional context
None.
Requester
Method to check presence of bug
A sample FRET file can be compiled into a FPrime monitoring node and package, and compilation in a FPrime docker image succeeds.
Expected result
Ogma provides a new command to generate a FPrime monitoring package, akin to the one provided for cFS.
Desired result
Ogma provides a new command to generate a FPrime monitoring package, akin to the one provided for cFS.
Proposed solution
Update
ogma-core
with the new command to generate FPrime package. Expose command viaogma-cli
.Further notes
None.
The text was updated successfully, but these errors were encountered: