forked from flybywiresim/aircraft
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(a380x): Add PRIM/SEC/FCDC failures to EFB (flybywiresim#9766)
* fix(a380x): Add PRIM/SEC failures to EFB * changelog
- Loading branch information
1 parent
3cb0d71
commit 0984434
Showing
5 changed files
with
44 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
#pragma once | ||
|
||
enum class Failures { | ||
Fac1 = 22000, | ||
Fac2 = 22001, | ||
Elac1 = 27000, | ||
Elac2 = 27001, | ||
Sec1 = 27002, | ||
Sec2 = 27003, | ||
Sec3 = 27004, | ||
Fcdc1 = 27005, | ||
Fcdc2 = 27006, | ||
Prim1 = 27000, | ||
Prim2 = 27001, | ||
Prim3 = 27002, | ||
Sec1 = 27003, | ||
Sec2 = 27004, | ||
Sec3 = 27005, | ||
Fcdc1 = 27006, | ||
Fcdc2 = 27007, | ||
}; |
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