17 lines
622 B
TypeScript
17 lines
622 B
TypeScript
export const COHERENT_COMM_BUS_WASM_CALL = 'COMM_BUS_WASM_CALLBACK';
|
|
|
|
export const TFDI_SIMBRIEF_USERNAME_CALL = 'requestSimBriefUsername';
|
|
export const TFDI_SIMBRIEF_USERNAME_EVENT = 'receiveSimBriefUsername';
|
|
|
|
export const COMM_BUS_LIVE_DATA_EVENT = 'khofmann_tfdi_md-11_load_manager_live_data';
|
|
export const COMM_BUS_UPDATE_TARGET_EVENT = 'khofmann_tfdi_md-11_load_manager_update_target';
|
|
|
|
export const CG_ADJUST = 0.05;
|
|
|
|
export const MODE_SB_SET = 0;
|
|
export const MODE_ZFW_SET = 1;
|
|
export const MODE_STATION_SET = 2;
|
|
export const MODE_LOAD_SET = 3;
|
|
export const MODE_UNLOAD_SET = 4;
|
|
export const MODE_OPTIONS_SET = 5;
|