-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(a380x/fms): FMC reset through overhead reset panel (#9685)
* feat(a380x/fmc): Enable FMC reset through overhead reset panel * FMC reset if last FMC disabled * changelog * rename component * allow city pair entry after preflight, if city pair not filled * Destroy FMCs when all reset p/b are pulled * some more FMS failed stuff * tracer's comments * JSDoc & rename events * Don't destroy FMCs, just reset * fix reset behavior * fix FMC failure codes * better fail/powered/reset architecture * Update CHANGELOG.md
- Loading branch information
1 parent
a90b1ae
commit 781db96
Showing
20 changed files
with
339 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...craft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/model/behaviour/overhead/reset.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- Copyright (c) 2024 FlyByWire Simulations --> | ||
<!-- SPDX-License-Identifier: GPL-3.0 --> | ||
|
||
<ModelBehaviors> | ||
<Template Name="FBW_Airbus_RESET_PANEL_BUTTON"> | ||
<Parameters Type="Default"> | ||
<NODE_ID>CB_#NAME#</NODE_ID> | ||
<DISABLE_SEQ1 /> | ||
<DISABLE_SEQ2 /> | ||
<ROUND /> | ||
</Parameters> | ||
|
||
<UseTemplate Name="FBW_Push_Toggle"> | ||
<TOGGLE_SIMVAR>L:A32NX_RESET_PANEL_#NAME#</TOGGLE_SIMVAR> | ||
</UseTemplate> | ||
</Template> | ||
</ModelBehaviors> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.