F Prime supported mode management #3543
timcanham
announced in
Call for Comments
Replies: 0 comments
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.
-
Many flight systems use modes to enable or disable commands. F Prime currently requires ad-hoc solutions to implement mode management and commanding. A component is required to add project-specific ports and components to check modes. There is a Roses issue to discuss this pattern:
#3302
This discussion is to add mode as a first-class concept in F Prime.
FPP
The supported modes could be represented by an FPP enumeration stored in the project configuration:
This FPP type would be specifically for mode management, and would be customized for each project.
There would be a new port in
/Fw/Mode/Mode.fpp:Components would specify commands in FPP with a new command tag:
(Still working on it, don't comment yet...)
Beta Was this translation helpful? Give feedback.
All reactions