0
|
1 ;=============================================================================
|
|
2 ;
|
|
3 ; File gaslist.inc
|
|
4 ;
|
275
|
5 ; Interface to OSTC gas list management.
|
0
|
6 ;
|
|
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
|
|
8 ;=============================================================================
|
|
9 ; HISTORY
|
|
10 ; 2011-08-11 : [jDG] Creation.
|
|
11
|
582
|
12 ; Utils
|
|
13 extern gaslist_strcat_gas
|
|
14 extern gaslist_strcat_gas_mod
|
|
15 extern gaslist_strcat_setpoint
|
0
|
16
|
582
|
17 ;Setpoint Setup
|
|
18 extern gaslist_spplus
|
|
19 extern gaslist_spdepthplus
|
|
20 extern gaslist_spdepthminus
|
|
21 extern gaslist_setSP
|
|
22
|
|
23 ; Select currently edited gas
|
|
24 extern gaslist_setgas
|
|
25 extern gaslist_gastitle
|
0
|
26
|
582
|
27 ; Main gaslist menu
|
|
28 extern gaslist_pO2, gaslist_mO2
|
|
29 extern gaslist_pHe, gaslist_mHe
|
|
30 extern gaslist_show_type
|
|
31 extern gaslist_toggle_type
|
|
32 extern gaslist_cleanup_list ; Takes care that only one gas can be first and first has 0m change depth
|
0
|
33
|
582
|
34 ; Depth submennu
|
|
35 extern gaslist_pDepth
|
|
36 extern gaslist_mDepth
|
|
37 extern gaslist_MOD_END
|
|
38 extern gaslist_ppo2
|
|
39 extern gaslist_reset_mod_title
|
|
40 extern gaslist_reset_mod
|