You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The structure of the F Prime documentation has changed. This issue is tracked in #548.
Add UML diagram to represent base class/component relationship
Done
Style guide note: Avoid using underscore in object names, to avoid name collisions with the code generator
Should be added to the F Prime style guide. Out of scope for this issue.
Fix the hard-to-read names of the form m(italic) some token (greyed, no formatting)
Done
Document the rules for initial states: (1) Cannot perform port calls; (2) Cannot emit events nor telemetry. If you need an initial port call, have the initial state transition to a START state on the first RTI call received.
Added a section to the design doc discussing state machine initialization, including these limitations
Create an alpha release of FPP and make a PR to nasa/fprime.
The text was updated successfully, but these errors were encountered: