forked from flybywiresim/aircraft
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(a380x): port fcu and make fixes (flybywiresim#8919)
* chore: straight port of fcu * chore: add actual type information The type errors are now all real. * chore: clean up css vars * chore: missed one * chore: fix erroneous typings * feat: port altitude * feat: port baro and fix presel * doc: fixme * feat(fcu): pointers * fix: add radio nav publisher since it's referenced already * fix: publisher * fix: eslintrc * chore: fix lint (except bugs from old fcu) * fix: allow element to be undefined * fix: logic errors in vs manager (from old code) * fix: logic errors in hdg manager (from old code) * fix: accept undefined element * fix: comment for 2cas * fix: type error in mode manager * fix: type errors in speed manager * fix: add some fixmes
- Loading branch information
Showing
55 changed files
with
2,316 additions
and
5,820 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
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
12 changes: 9 additions & 3 deletions
12
.../base/flybywire-aircraft-a380-842/SimObjects/AirPlanes/FlyByWire_A380_842/panel/panel.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 |
---|---|---|
@@ -1,8 +1,14 @@ | ||
<!-- Copyright (c) 2023-2024 FlyByWire Simulations --> | ||
<!-- SPDX-License-Identifier: GPL-3.0 --> | ||
|
||
<!--TODO: Do we even need this files?`If not it should be removed --> | ||
|
||
<PlaneHTMLConfig> | ||
|
||
<Instrument> | ||
<Name>A380X_FCU</Name> | ||
<Electric> | ||
<Or> | ||
<Simvar name="L:A32NX_ELEC_DC_ESS_BUS_IS_POWERED" unit="Boolean"/> | ||
<Simvar name="L:A32NX_ELEC_DC_2_BUS_IS_POWERED" unit="Boolean"/> | ||
</Or> | ||
</Electric> | ||
</Instrument> | ||
</PlaneHTMLConfig> |
Binary file added
BIN
+3.18 KB
...380x/src/base/flybywire-aircraft-a380-842/html_ui/Images/fbw-a380x/fcu/ADF1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.15 KB
...380x/src/base/flybywire-aircraft-a380-842/html_ui/Images/fbw-a380x/fcu/ADF2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+3.18 KB
...380x/src/base/flybywire-aircraft-a380-842/html_ui/Images/fbw-a380x/fcu/VOR1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.15 KB
...380x/src/base/flybywire-aircraft-a380-842/html_ui/Images/fbw-a380x/fcu/VOR2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
113 changes: 0 additions & 113 deletions
113
...bywire-aircraft-a380-842/html_ui/Pages/VCockpit/Instruments/LegacyA380X/FCU/A380_FCU.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.