Skip to content

Commit

Permalink
feat(fdr): separate A32NX and A380X FDR files and converters; added a…
Browse files Browse the repository at this point in the history
…dditional data (#9125)

* feat(fdr): separate A32NX and A380X FDR files and converters; added additional data

* feat(fdr): removed engine data

* feat(fdr): removed unnecessary data from simdata

* feat(fdr): added fuel system data to simconnect interface

* feat(fdr): added fuel system data to FDR

* feat(fdr): improved passing of arguments to be more performant

* feat(fdr): increased written flight computer count to have better analysis capabilities

* feat(fbw_wasm): switched simconnect interface to return and take values by reference to improve performance

* fix(fbw_wasm): added missing by references

* feat(fdr): use local variables for configuration to allow changing via EFB in the future

* feat(efb/fdr): added option to enable/disable FDR in EFB

* feat(fdr): added DFDR event information to base data
  • Loading branch information
aguther committed Nov 2, 2024
1 parent def9813 commit c9cfe3c
Show file tree
Hide file tree
Showing 47 changed files with 2,895 additions and 1,295 deletions.
2 changes: 1 addition & 1 deletion fbw-a32nx/src/wasm/fbw_a320/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ clang++ \
-I "${FBW_COMMON_DIR}/src/zlib" \
"${FBW_COMMON_DIR}/src/zlib/zfstream.cc" \
"${DIR}/src/FlyByWireInterface.cpp" \
"${DIR}/src/FlightDataRecorder.cpp" \
"${DIR}/src/recording/FlightDataRecorder.cpp" \
"${DIR}/src/Arinc429.cpp" \
"${DIR}/src/Arinc429Utils.cpp" \
"${FBW_COMMON_DIR}/src/LocalVariable.cpp" \
Expand Down
62 changes: 0 additions & 62 deletions fbw-a32nx/src/wasm/fbw_a320/src/AdditionalData.h

This file was deleted.

61 changes: 0 additions & 61 deletions fbw-a32nx/src/wasm/fbw_a320/src/EngineData.h

This file was deleted.

140 changes: 0 additions & 140 deletions fbw-a32nx/src/wasm/fbw_a320/src/FlightDataRecorder.cpp

This file was deleted.

41 changes: 0 additions & 41 deletions fbw-a32nx/src/wasm/fbw_a320/src/FlightDataRecorder.h

This file was deleted.

Loading

0 comments on commit c9cfe3c

Please sign in to comment.