Skip to content

Commit

Permalink
feat(elec): eng fire and gen buttons affect idg (flybywiresim#4850)
Browse files Browse the repository at this point in the history
* refactor: generalise EngineFireOverheadPanel

* refactor: parameterise tests

Reduce test duplication by using parameterised tests.

* feat(elec): eng fire buttons affect contactors

* refactor: prepare for engine gen adaptation

* feat: idg deactivation with gen or fire button

* docs: changelog

* refactor: void evil A320ElectricalUpdateArguments

* refactor: void evil BatteryChargeLimiterArguments

* refactor: replace generic with impl trait syntax

Skip HYD for now, to prevent merge conflicts.
  • Loading branch information
davidwalschots authored May 20, 2021
1 parent 84fd988 commit 741db2b
Show file tree
Hide file tree
Showing 27 changed files with 1,640 additions and 1,158 deletions.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
1. [AP] Fixed and improved mode transitions related to LAND modes - @aguther (Andreas Guther)
1. [ENGINE] Adapt engine IDLE N1 based on environmental conditions - @Taz5150 (TazX [Z+2]#0405), @aguther (Andreas Guther)
1. [ND] ND Waypoint Icon Size, Icon Outlines, Airplane Icon Color and Outline - @marcman86 (marcman86#4907)
1. [ELEC] ENG FIRE push button deactivates IDG - @davidwalschots (David Walschots)

## 0.6.0
1. [CDU] Added WIND page - @tyler58546 (tyler58546)
Expand Down
64 changes: 60 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/systems/a320_systems/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ edition = "2018"
uom = "0.30.0"
rand = "0.8.0"
systems = { path = "../systems" }

[dev-dependencies]
rstest = "0.10.0"
Loading

0 comments on commit 741db2b

Please sign in to comment.