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

Create F´ Interfaces From Existing Concepts #2578

Open
5 of 10 tasks
LeStarch opened this issue Mar 12, 2024 · 0 comments
Open
5 of 10 tasks

Create F´ Interfaces From Existing Concepts #2578

LeStarch opened this issue Mar 12, 2024 · 0 comments
Labels
enhancement EPIC Container for related issues Medium Priority

Comments

@LeStarch
Copy link
Collaborator

LeStarch commented Mar 12, 2024

F´ Version
Affected Component

Feature Description

Many F´ concepts can be reworked as F´ interfaces. These are specialized .fppi files that define a set of ports. An example would be: https://github.com/nasa/fprime/blob/devel/Drv/Interfaces/ByteStreamDriverInterface.fppi.

Interfaces are expected to live in a folder Interfaces under a given package (e.g. Drv/Interfaces or Svc/Sinterfaces).

New interfaces should use the filename pattern *.interface.fppi and not just .fppi. This is a change since the example was created.

Here is a list of interfaces that should be created:

I2c, Gpio, Spi, and ByteStreamDriver items should also have a *UserInterface.fppi for callers/managers using these inferaces. These issues have not been created. These are the same ports with the directions reversed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement EPIC Container for related issues Medium Priority
Projects
None yet
Development

No branches or pull requests

1 participant