This repository has been archived by the owner on May 16, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Longitude changes
Fix "Master warning reset" and "Master caution reset" buttons. Now that the annunciators are working on the Longitude with SU6, it became really bothersome that the buttons did not work. After some digging I found that the issue is that the logic for managing the annunciations is in the
Cabin_Annunciationsclass. The caution/warning reset buttons work on the TBM because its MFD uses that class (in the form ofEngine_Annunciations). The Longitude however does not have annunciations on the MFD. It needs to useCabin_Annunciationson the PFD instead.The G5000 PFD also did not support blinking annunciations. That's supported now by adding the necessary entries to the CSS.
End result:

Known issues: The aircraft model has switched up the two the reset buttons. According to a Textron employee:
TBM changes

CAS messages should not be displayed on the PFD under normal display conditions (e.g. no reversionary mode). End result: