comparison src/gaslist.inc @ 582:b455b31ce022

work on 2.97 stable
author heinrichsweikamp
date Mon, 26 Feb 2018 16:40:28 +0100
parents 653a3ab08062
children ca4556fb60b9
comparison
equal deleted inserted replaced
581:f5de1ff88814 582:b455b31ce022
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved.
8 ;============================================================================= 8 ;=============================================================================
9 ; HISTORY 9 ; HISTORY
10 ; 2011-08-11 : [jDG] Creation. 10 ; 2011-08-11 : [jDG] Creation.
11 11
12 ; Utils 12 ; Utils
13 extern gaslist_strcat_gas 13 extern gaslist_strcat_gas
14 extern gaslist_strcat_gas_mod 14 extern gaslist_strcat_gas_mod
15 extern gaslist_strcat_setpoint 15 extern gaslist_strcat_setpoint
16 16
17 ;Setpoint Setup 17 ;Setpoint Setup
18 extern gaslist_spplus,gaslist_spdepthplus, gaslist_spdepthminus,gaslist_setSP 18 extern gaslist_spplus
19 extern gaslist_spdepthplus
20 extern gaslist_spdepthminus
21 extern gaslist_setSP
19 22
20 ; Select currently edited gas 23 ; Select currently edited gas
21 extern gaslist_setgas, gaslist_gastitle 24 extern gaslist_setgas
22 25 extern gaslist_gastitle
23 ; Main gaslist menu
24 extern gaslist_pO2, gaslist_mO2
25 extern gaslist_pHe, gaslist_mHe
26 extern gaslist_show_type
27 extern gaslist_toggle_type
28 extern gaslist_cleanup_list ; Takes care that only one gas can be first and first has 0m change depth
29 26
30 ; Depth submennu 27 ; Main gaslist menu
31 extern gaslist_pDepth, gaslist_mDepth 28 extern gaslist_pO2, gaslist_mO2
32 extern gaslist_MOD_END, gaslist_ppo2 29 extern gaslist_pHe, gaslist_mHe
33 extern gaslist_reset_mod_title, gaslist_reset_mod 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
33
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