-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat(a380x/fms): FMC reset through overhead reset panel #9685
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checked the XML.
|
||
<ModelBehaviors> | ||
<Template Name="FBW_Airbus_RESET_PANEL_BUTTON"> | ||
<DefaultTemplateParameters> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please user <Parameters />
. This legacy tag is deprecated and limited (that's why "subtemplates" used to be needed).
</DefaultTemplateParameters> | ||
|
||
<UseTemplate Name="FBW_Push_Toggle"> | ||
<TOGGLE_SIMVAR>L:A32NX_RESET_PANEL_#COMPONENT#</TOGGLE_SIMVAR> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think component is a bit confusing as components are a part of the XML behaviours. NAME or something like that would be less confusing.
Summary of Changes
Enable resetting FMCs through overhead reset panel. Lays ground work for future system resets.
Screenshots (if necessary)
Disclaimer: Even when the ND shows "MAP NOT AVAIL", the route is still shown. Either it's the new BACKUP TRAJ feature, or I simply didn't refactor the ND yet (out of scope for this PR, needs larger flight guidance/AFS CP adaptions likely):
References
Additional context
Discord username (if different from GitHub):
Testing instructions
How to download the PR for QA
Every new commit to this PR will cause new A32NX and A380X artifacts to be created, built, and uploaded.