Replies: 2 comments 3 replies
-
|
I really like this idea. However, I'm concerned that calling these "States" will be confusing due to the existing presence of "State Machines," which are totally different. Maybe we can call these "Records," like we have on previous projects? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I recommend we make this into an issue so we will discuss it during CCB. I'll do that now |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
This would be similar to parameters, but it would be state settable and storable by flight software for persistence through reboots, etc. It would not be directly settable by the ground.
Framework:
A new role port type:
FPP:
A new FPP statement:
The user would be provided base class functions to read and write state as needed.
A new
Svc/StateMgrcomponent`This component would be a simple file-based component that would:
id.stateupon firstStateSetcall.StateGetis called.Beta Was this translation helpful? Give feedback.
All reactions