-
-
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): port ewd to msfs avionics framework #8701
Conversation
# Conflicts: # fbw-a380x/mach.config.js
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.
Very nice! I left some comments, let me know if you got questions.
fbw-a380x/src/systems/instruments/src/EWD/shared/ArincValueProvider.ts
Outdated
Show resolved
Hide resolved
super.onAfterRender(node); | ||
|
||
this.sub | ||
.on('realTime') |
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.
Any reason to not use the subs from memoLeft
and memoRight
to set the strings? Then we would avoid running the logic if nothing changed, or?
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.
True. Will push a better version with the next commit
super.onAfterRender(node); | ||
|
||
this.sub | ||
.on('realTime') |
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.
Any reason to not use the subs from limitationsLeft
and limitationsRight
to set the strings? Then we would avoid running the logic if nothing changed, or?
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.
True. Will push a better version with the next commit
fbw-a380x/src/systems/instruments/src/MsfsAvionicsCommon/gauges.tsx
Outdated
Show resolved
Hide resolved
fbw-a380x/src/systems/instruments/src/MsfsAvionicsCommon/gauges.tsx
Outdated
Show resolved
Hide resolved
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.
Changes look good! Just one more suggestion
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.
see Saschl's review.
Contributes to #8723
Summary of Changes
Remark: EWDMessages were updated to enable test with PseudoFWC ECAM update PR, but will be deleted anyways with the other PR.
Screenshots (if necessary)
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.