Skip to content

Commit

Permalink
fix: navigraph integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Revyn112 committed Nov 11, 2024
1 parent 0fad7f8 commit 0bb11f8
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
1 change: 0 additions & 1 deletion hdw-a339x/mach.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module.exports = {
msfsAvionicsInstrument('ND'),
msfsAvionicsInstrument('EWD'),
msfsAvionicsInstrument('Clock'),
msfsAvionicsInstrument('OANC'),

reactInstrument('SD'),
reactInstrument('DCDU'),
Expand Down
41 changes: 41 additions & 0 deletions hdw-common/src/systems/shared/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
export * from './AircraftGithubVersionChecker';
export * from './ApproachUtils';
export * from './Arinc429ConsumerSubject';
export * from './Arinc429RegisterSubject';
export * from './ArincConsumer';
export * from './ArincEventBus';
export * from './ArincEventBusSubscriber';
export * from './checklists';
export * from './Constants';
export * from './FbwAircraftSentryClient';
export * from './FmMessages';
export * from './GenericDataListenerSync';
export * from './MathUtils';
export * from './PathVector';
export * from './PilotSeat';
export * from './publishers';
export * from './RadioTypes';
export * from './RadioUtils';
export * from './RunwayUtils';
export * from './UpdateThrottler';
export * from './UniversalConfigProvider';
export * from './unifiedConfig';
export * from './arinc429';
export * from './array';
export * from './ata';
export * from './bitFlags';
export * from './config';
export * from './failures';
export * from './localization';
export * from './logic';
export * from './MapParameters';
export * from './navdata';
export * from './navigraph';
export * from './notification';
export * from './parseMetar';
export * from './performance';
export * from './persistence';
export * from './popup';
export * from './simbridge';
export * from './simvar';
export * from './units';
2 changes: 2 additions & 0 deletions hdw-common/src/systems/shared/src/navigraph/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './client';
export * from './types';

0 comments on commit 0bb11f8

Please sign in to comment.